Browse Source

move /bin/swconfig to /sbin

SVN-Revision: 17387
Felix Fietkau 16 years ago
parent
commit
d498ff436a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/swconfig/Makefile

+ 2 - 2
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