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:
b62899d
)
batman: cleanup to match advanced version
author
Tim Yardley
<lst@openwrt.org>
Tue, 31 Jul 2007 22:08:27 +0000
(22:08 +0000)
committer
Tim Yardley
<lst@openwrt.org>
Tue, 31 Jul 2007 22:08:27 +0000
(22:08 +0000)
SVN-Revision: 8290
net/batman/Makefile
patch
|
blob
|
history
diff --git
a/net/batman/Makefile
b/net/batman/Makefile
index b35f6e4883614a338c18dde8982e2db35e928d04..9c9c41c14c0ae76f81919973960e6b456712d0b0 100644
(file)
--- a/
net/batman/Makefile
+++ b/
net/batman/Makefile
@@
-45,11
+45,10
@@
MAKE_FLAGS += \
batmand install
define Package/batman/install
batmand install
define Package/batman/install
- $(INSTALL_DIR) $(1)/usr/sbin
- $(
CP
) $(PKG_INSTALL_DIR)/usr/sbin/batmand $(1)/usr/sbin/
- $(
CP) -a ./files/* $(1)/
- chmod -R 755 $(1)/etc/init.d/batman
+ $(INSTALL_DIR) $(1)/usr/sbin
$(1)/etc/config $(1)/etc/init.d
+ $(
INSTALL_BIN
) $(PKG_INSTALL_DIR)/usr/sbin/batmand $(1)/usr/sbin/
+ $(
INSTALL_BIN) ./files/etc/init.d/batman $(1)/etc/init.d
+ $(INSTALL_DATA) ./files/etc/config/batman $(1)/etc/config
endef
endef
-
$(eval $(call BuildPackage,batman))
$(eval $(call BuildPackage,batman))