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:
058592a
)
wshaper: fix install path
author
Matteo Croce
<rootkit85@yahoo.it>
Tue, 11 Mar 2008 01:18:26 +0000
(
01:18
+0000)
committer
Matteo Croce
<rootkit85@yahoo.it>
Tue, 11 Mar 2008 01:18:26 +0000
(
01:18
+0000)
SVN-Revision: 10586
net/wshaper/Makefile
patch
|
blob
|
history
diff --git
a/net/wshaper/Makefile
b/net/wshaper/Makefile
index 691d2633de7baf5e7bd680a318e0b880ca506d2e..1f02f0b5dad829488702873b517c9c3ea3ee0e06 100644
(file)
--- a/
net/wshaper/Makefile
+++ b/
net/wshaper/Makefile
@@
-43,6
+43,7
@@
endef
define Package/wshaper/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) ./files/wshaper.htb $(1)/usr/sbin/
+ $(INSTALL_BIN) ./files/wshaper.init $(1)/etc/init.d/wshaper
endef
$(eval $(call BuildPackage,wshaper))