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/10359b757172b1bbc20e6e6c7590cc3f42ed61d6?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed install path

pull/5/head
xSmurf 10 years ago
parent c8ef7e7b57
commit 10359b7571

@ -18,7 +18,7 @@ define CBFSTOOL_BUILD_CMDS
endef
define CBFSTOOL_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/cbfstool $(TARGET_DIR)/usr/sbin/cbfstool
$(INSTALL) -m 0755 -D $(@D)/cbfstool $(TARGET_DIR)/usr/bin/cbfstool
endef
$(eval $(generic-package))

@ -17,7 +17,7 @@ define IFDTOOL_BUILD_CMDS
endef
define IFDTOOL_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/ifdtool $(TARGET_DIR)/usr/sbin/ifdtool
$(INSTALL) -m 0755 -D $(@D)/ifdtool $(TARGET_DIR)/usr/bin/ifdtool
endef
$(eval $(generic-package))

Loading…
Cancel
Save