From: Stefan Schantl Date: Wed, 7 Oct 2009 21:13:29 +0000 (+0200) Subject: iw: Move to /sbin. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f5c79639f91399cf7e7869d2bb9678ef57ff26;p=ipfire-3.x.git iw: Move to /sbin. --- diff --git a/lfs/iw b/lfs/iw index e998ec3f1..110377e88 100644 --- a/lfs/iw +++ b/lfs/iw @@ -87,5 +87,8 @@ $(OBJECT): $(objects) cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install + + mv -v /usr/bin/iw /sbin/ + @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/rootfiles/core/iw b/src/rootfiles/core/iw index d1035d013..7575fe45d 100644 --- a/src/rootfiles/core/iw +++ b/src/rootfiles/core/iw @@ -1,2 +1,2 @@ -usr/bin/iw +sbin/iw #usr/share/man/man8/iw.8.gz