X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fpptp%2FMakefile;fp=package%2Fpptp%2FMakefile;h=51bac8a5896a2849ed9cb42314219a179de9f700;hp=e44806bdd28b1cc2c1c153702bc0a3ffe7dcc0d8;hb=c3f0b757a3bd952f8d85753cd975618a3008ab36;hpb=d30f8da466cc9937bb48ecb3b180cc08899f927b diff --git a/package/pptp/Makefile b/package/pptp/Makefile index e44806bdd2..51bac8a589 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