From 2c6c9622640ed59772b57fe806879e54275f33ff Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Sun, 19 Dec 2010 01:09:10 +0000 Subject: [PATCH] [packages] sshtunnel: small makefile fix SVN-Revision: 24694 --- net/sshtunnel/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index 44c4fc7908..f75fcbbfb9 100644 --- a/net/sshtunnel/Makefile +++ b/net/sshtunnel/Makefile @@ -34,9 +34,12 @@ define Build/Compile endef define Package/sshtunnel/install - $(CP) ./files/uci_sshtunnel $(1)/etc/config/sshtunnel - $(CP) ./files/initd_sshtunnel $(1)/etc/initd/sshtunnel - $(CP) ./files/sshtunnel.sh $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/initd_sshtunnel $(1)/etc/init.d/sshtunnel + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) ./files/sshtunnel.sh $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/uci_sshtunnel $(1)/etc/config/sshtunnel endef $(eval $(call BuildPackage,sshtunnel)) -- 2.30.2