projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12eb394
)
fix 6tunnel compile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 Nov 2007 17:33:56 +0000
(17:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 1 Nov 2007 17:33:56 +0000
(17:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9477
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
ipv6/6tunnel/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/6tunnel/Makefile
b/ipv6/6tunnel/Makefile
index
be16458
..
3150751
100644
(file)
--- a/
ipv6/6tunnel/Makefile
+++ b/
ipv6/6tunnel/Makefile
@@
-52,7
+52,7
@@
define Package/6tunnel/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/6tunnel $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/config
- $(INSTALL_DATA) ./files/6tunnel.conf
ig
$(1)/etc/config/6tunnel
+ $(INSTALL_DATA) ./files/6tunnel.conf $(1)/etc/config/6tunnel
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/6tunnel.init $(1)/etc/init.d/6tunnel
endef