diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-24 22:05:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-24 22:05:49 +0000 |
commit | d498ff436a1ad0fd73a549ea5631203e938dcbcf (patch) | |
tree | 266025389a2ce76e90352af34f2297af9dc6a895 | |
parent | ce99a874ecc1c8ba5015371a73ce14cfe1f2cf9a (diff) | |
download | upstream-d498ff436a1ad0fd73a549ea5631203e938dcbcf.tar.gz upstream-d498ff436a1ad0fd73a549ea5631203e938dcbcf.tar.bz2 upstream-d498ff436a1ad0fd73a549ea5631203e938dcbcf.zip |
move /bin/swconfig to /sbin
SVN-Revision: 17387
-rw-r--r-- | package/swconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile index d22fa628f9..8a1f80fe5d 100644 --- 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)/sbin $(1)/lib/network + $(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/sbin/swconfig $(INSTALL_DATA) ./files/switch.sh $(1)/lib/network/ endef |