summaryrefslogtreecommitdiffstats
path: root/package/pptp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pptp/Makefile')
-rw-r--r--package/pptp/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile
index bb0710419..081ff4e52 100644
--- a/package/pptp/Makefile
+++ b/package/pptp/Makefile
@@ -31,12 +31,12 @@ define Package/pptp
endef
define Package/pptp/install
- install -d -m0755 $(1)/usr/sbin
- install -m0755 $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
- install -d -m0755 $(1)/etc/ppp
- install -m0644 ./files/options.pptp $(1)/etc/ppp/
- install -d -m0755 $(1)/lib/network
- install -m0755 ./files/pptp.sh $(1)/lib/network/
+ $(INSTALL_DIR) $(1)/usr/sbin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
+ $(INSTALL_DIR) $(1)/etc/ppp
+ $(INSTALL_DATA) ./files/options.pptp $(1)/etc/ppp/
+ $(INSTALL_DIR) $(1)/lib/network
+ $(INSTALL_BIN) ./files/pptp.sh $(1)/lib/network/
endef
$(eval $(call BuildPackage,pptp))