projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5c690
)
move /bin/swconfig to /sbin
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 24 Aug 2009 22:05:49 +0000
(22:05 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 24 Aug 2009 22:05:49 +0000
(22:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17387
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index
d22fa62
..
8a1f80f
100644
(file)
--- a/
package/swconfig/Makefile
+++ b/
package/swconfig/Makefile
@@
-39,8
+39,8
@@
define Build/Compile
endef
define Package/swconfig/install
- $(INSTALL_DIR) $(1)/bin $(1)/lib/network
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/bin/swconfig
+ $(INSTALL_DIR) $(1)/
s
bin $(1)/lib/network
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/
s
bin/swconfig
$(INSTALL_DATA) ./files/switch.sh $(1)/lib/network/
endef