summaryrefslogtreecommitdiff
path: root/openwrt/package/pptp/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-11 16:00:43 +0000
commit02be4b6759d15d57d29af24a06856ff2d072f6c3 (patch)
tree9068319f36f5c035a632ce774c775d39db367845 /openwrt/package/pptp/Makefile
parent3ee6ad0404860f63249e729d3842ff7260fb1600 (diff)
downloadmtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.zip
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.gz
mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.bz2
replace $(IDIR_*) with $(1)
SVN-Revision: 3759
Diffstat (limited to 'openwrt/package/pptp/Makefile')
-rw-r--r--openwrt/package/pptp/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/package/pptp/Makefile b/openwrt/package/pptp/Makefile
index de7c50c..776a668 100644
--- a/openwrt/package/pptp/Makefile
+++ b/openwrt/package/pptp/Makefile
@@ -23,12 +23,12 @@ URL:=http://pptpclient.sourceforge.net/
endef
define Package/pptp/install
- install -d -m0755 $(IDIR_PPTP)/sbin
- install -d -m0755 $(IDIR_PPTP)/etc/ppp
- install -d -m0755 $(IDIR_PPTP)/usr/sbin
- install -m0755 ./files/ifup.pptp $(IDIR_PPTP)/sbin/ifup.pptp
- install -m0644 ./files/options.pptp $(IDIR_PPTP)/etc/ppp/
- install -m0755 $(PKG_BUILD_DIR)/pptp $(IDIR_PPTP)/usr/sbin/
+ 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 -m0755 $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,pptp))