X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/44ba04efe200178dd52943b2c1edd8418fbac0ba..86aa3709beff6608931ab52373bcce09bfc2905a:/package/pptp/Makefile diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 776a66864..08cb43a7c 100644 --- a/package/pptp/Makefile +++ b/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