projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f9a85
)
fix aiccu compile
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 6 Oct 2008 16:47:33 +0000
(16:47 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 6 Oct 2008 16:47:33 +0000
(16:47 +0000)
SVN-Revision: 12872
ipv6/aiccu/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/aiccu/Makefile
b/ipv6/aiccu/Makefile
index b8d03e02939c1171ce161434241f68d2db77346f..b2ac2f9e38ddd4ea12542631174ac197b72873ce 100644
(file)
--- a/
ipv6/aiccu/Makefile
+++ b/
ipv6/aiccu/Makefile
@@
-41,13
+41,13
@@
define Build/Compile
endef
define Package/aiccu/conffiles
-/etc/
aiccu.conf
+/etc/
config/aiccu
endef
define Package/aiccu/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/
- $(INSTALL_DIR) $(1)/etc
+ $(INSTALL_DIR) $(1)/etc
/config
$(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu