projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce99a87
)
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)
SVN-Revision: 17387
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index d22fa628f910dff0cc8ea243735524bb530bdcf9..8a1f80fe5defe26a72d5cabb4996e7e1785d76dd 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