X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/45931610d1371befd1481f07d1e3f1a8d4f16029..a4a6443af12b7758b12020f561fa7fe2e0a3e87f:/package/pptp/Makefile 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))