projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3879e1
)
add .svn cleanup to bind
author
Nicolas Thill
<nico@openwrt.org>
Mon, 17 Oct 2005 14:00:59 +0000
(14:00 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 17 Oct 2005 14:00:59 +0000
(14:00 +0000)
SVN-Revision: 2140
openwrt/package/bind/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/bind/Makefile
b/openwrt/package/bind/Makefile
index d65d191964055ed3f7774cbbf11882c177daa391..934c582b8d63853b6e3b97e526f8402f1d8c9ed7 100644
(file)
--- a/
openwrt/package/bind/Makefile
+++ b/
openwrt/package/bind/Makefile
@@
-73,6
+73,7
@@
$(IPKG_BIND_SERVER):
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/named $(IDIR_BIND_SERVER)/usr/sbin/
cp -fpR files/bind $(IDIR_BIND_SERVER)/etc
cp -fpR files/named.init $(IDIR_BIND_SERVER)/etc/init.d/S$(PKG_INIT_LEVEL)named
+ find $(IDIR_BIND_SERVER)/etc/bind -name ".svn" | xargs rm -rf
$(RSTRIP) $(IDIR_BIND_SERVER)
$(IPKG_BUILD) $(IDIR_BIND_SERVER) $(PACKAGE_DIR)