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 | cc84e60842108e5ae175f41aa2b9c3a4be99a3bd (patch) | |
| tree | c34f80ec6efcc5f9de2170ea011452e582bb8177 | |
| parent | 5c5c690718c2c4362fd3fb48190b127756b2ebf5 (diff) | |
| download | upstream-cc84e60842108e5ae175f41aa2b9c3a4be99a3bd.tar.gz upstream-cc84e60842108e5ae175f41aa2b9c3a4be99a3bd.tar.bz2 upstream-cc84e60842108e5ae175f41aa2b9c3a4be99a3bd.zip | |
move /bin/swconfig to /sbin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17387 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 d22fa628f91..8a1f80fe5de 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 |
