projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d6560
)
rename the wprobe init script to /etc/init.d/wprobe
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 7 Jul 2009 03:03:43 +0000
(
03:03
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 7 Jul 2009 03:03:43 +0000
(
03:03
+0000)
SVN-Revision: 16730
package/wprobe/Makefile
patch
|
blob
|
history
diff --git
a/package/wprobe/Makefile
b/package/wprobe/Makefile
index 1e32eee0c2de28a3d6bce29d036f22af958b6bb3..50e2b70fe55d1cb13be21e75ab4d40bbd1d27577 100644
(file)
--- a/
package/wprobe/Makefile
+++ b/
package/wprobe/Makefile
@@
-115,7
+115,7
@@
endef
define Package/wprobe-export/install
$(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d $(1)/etc/config
- $(INSTALL_BIN) ./files/wprobe.init $(1)/etc/init.d/
+ $(INSTALL_BIN) ./files/wprobe.init $(1)/etc/init.d/
wprobe
$(INSTALL_BIN) ./files/wprobe.config $(1)/etc/config/wprobe
$(INSTALL_BIN) $(PKG_BUILD_DIR)/exporter/wprobe-export $(1)/sbin/
endef