summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-06 21:19:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-06 21:19:04 +0000
commitc3f0b757a3bd952f8d85753cd975618a3008ab36 (patch)
tree2eda99495da28cffb6fe51772599b5ad694fe3cf /package
parentd30f8da466cc9937bb48ecb3b180cc08899f927b (diff)
downloadmtk-20170518-c3f0b757a3bd952f8d85753cd975618a3008ab36.zip
mtk-20170518-c3f0b757a3bd952f8d85753cd975618a3008ab36.tar.gz
mtk-20170518-c3f0b757a3bd952f8d85753cd975618a3008ab36.tar.bz2
pptp: fix installation path for netifd proto handler
SVN-Revision: 31636
Diffstat (limited to 'package')
-rw-r--r--package/pptp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile
index e44806b..51bac8a 100644
--- a/package/pptp/Makefile
+++ b/package/pptp/Makefile
@@ -42,8 +42,8 @@ ifneq ($(CONFIG_PACKAGE_netifd),)
$(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/
+ $(INSTALL_DIR) $(1)/lib/netifd/proto/
+ $(INSTALL_BIN) ./files/pptp.sh $(1)/lib/netifd/proto/
endef
else
define Package/pptp/install