projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c78b49
)
chaosvpn: changed 'ip' program location to /sbin/ip
author
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Mon, 4 Jun 2018 18:16:24 +0000
(15:16 -0300)
committer
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Mon, 4 Jun 2018 18:16:24 +0000
(15:16 -0300)
This was previously set to /usr/sbin/ip.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
net/chaosvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/chaosvpn/Makefile
b/net/chaosvpn/Makefile
index dc906920c51ea2c1e91cdb44134618f9f3f50907..a985645559b69d6ccd24ff80e3aa9bf728df8197 100644
(file)
--- a/
net/chaosvpn/Makefile
+++ b/
net/chaosvpn/Makefile
@@
-49,7
+49,6
@@
define Package/chaosvpn/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/chaosvpn $(1)/usr/sbin/
$(INSTALL_BIN) ./files/chaosvpn.init $(1)/etc/init.d/chaosvpn
$(INSTALL_BIN) ./files/chaosvpn.hotplug $(1)/etc/hotplug.d/iface/40-chaosvpn
- sed -i -e 's/"\/sbin\/ip /"\/usr\/sbin\/ip /' $(PKG_BUILD_DIR)/chaosvpn.conf
$(INSTALL_CONF) $(PKG_BUILD_DIR)/chaosvpn.conf $(1)/etc/tinc/chaosvpn.conf
endef