summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
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 e44806bdd..51bac8a58 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