summaryrefslogtreecommitdiff
path: root/openwrt/package/pptp
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-06-18 18:30:40 +0000
committerNicolas Thill <nico@openwrt.org>2006-06-18 18:30:40 +0000
commitb65701e8874616ebcdcf7dfa4883a034c52eaf93 (patch)
tree5ef5c474dddaad4f57a06a1d4311a0ccf56f6b3a /openwrt/package/pptp
parentf24397711b6a1c2605939b8349dfbe6ab3ea64aa (diff)
downloadmtk-20170518-b65701e8874616ebcdcf7dfa4883a034c52eaf93.zip
mtk-20170518-b65701e8874616ebcdcf7dfa4883a034c52eaf93.tar.gz
mtk-20170518-b65701e8874616ebcdcf7dfa4883a034c52eaf93.tar.bz2
normalize Makefiles.
SVN-Revision: 3998
Diffstat (limited to 'openwrt/package/pptp')
-rw-r--r--openwrt/package/pptp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/pptp/Makefile b/openwrt/package/pptp/Makefile
index 776a668..08cb43a 100644
--- a/openwrt/package/pptp/Makefile
+++ b/openwrt/package/pptp/Makefile
@@ -23,11 +23,11 @@ URL:=http://pptpclient.sourceforge.net/
endef
define Package/pptp/install
- install -d -m0755 $(1)/sbin
install -d -m0755 $(1)/etc/ppp
- install -d -m0755 $(1)/usr/sbin
- install -m0755 ./files/ifup.pptp $(1)/sbin/ifup.pptp
install -m0644 ./files/options.pptp $(1)/etc/ppp/
+ install -d -m0755 $(1)/sbin
+ install -m0755 ./files/ifup.pptp $(1)/sbin/
+ install -d -m0755 $(1)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
endef