mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
spawn-fcgi: fix install step
the makefile trues to copy a file that does not exist Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -36,7 +36,7 @@ endef
|
|||||||
|
|
||||||
define Package/spawn-fcgi/install
|
define Package/spawn-fcgi/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/spawn-fcgi $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/spawn-fcgi $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,spawn-fcgi))
|
$(eval $(call BuildPackage,spawn-fcgi))
|
||||||
|
|||||||
Reference in New Issue
Block a user