Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/49efb4a3011f1e0b7e0c2779cceab5bd673e49a7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed connect-proxy install

pull/5/head
xSmurf 10 years ago
parent 9c57771a43
commit 49efb4a301

@ -16,7 +16,7 @@ define CONNECTPROXY_BUILD_CMDS
endef
define CONNECTPROXY_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/connect $(TARGET_DIR)/usr/bin/connect
$(INSTALL) -m 0755 -D $(@D)/connect-proxy $(TARGET_DIR)/usr/bin/connect-proxy
endef
$(eval $(generic-package))

Loading…
Cancel
Save