From 211dc655ed1d0c3f1beae94a10672b9e955378c4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 29 Mar 2015 10:37:30 +0200 Subject: [PATCH] spawn-fcgi: fix install step the makefile trues to copy a file that does not exist Signed-off-by: John Crispin --- net/spawn-fcgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/spawn-fcgi/Makefile b/net/spawn-fcgi/Makefile index 2e83def7c0..54c9ab764e 100644 --- a/net/spawn-fcgi/Makefile +++ b/net/spawn-fcgi/Makefile @@ -36,7 +36,7 @@ endef define Package/spawn-fcgi/install $(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 $(eval $(call BuildPackage,spawn-fcgi)) -- 2.30.2