projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30f8da
)
pptp: fix installation path for netifd proto handler
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 May 2012 21:19:04 +0000
(21:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 6 May 2012 21:19:04 +0000
(21:19 +0000)
SVN-Revision: 31636
package/pptp/Makefile
patch
|
blob
|
history
diff --git
a/package/pptp/Makefile
b/package/pptp/Makefile
index e44806bdd28b1cc2c1c153702bc0a3ffe7dcc0d8..51bac8a5896a2849ed9cb42314219a179de9f700 100644
(file)
--- 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/net
work
- $(INSTALL_BIN) ./files/pptp.sh $(1)/lib/net
work
/
+ $(INSTALL_DIR) $(1)/lib/net
ifd/proto/
+ $(INSTALL_BIN) ./files/pptp.sh $(1)/lib/net
ifd/proto
/
endef
else
define Package/pptp/install