[arch-commits] Commit in iw/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Fri May 31 07:14:45 UTC 2013


    Date: Friday, May 31, 2013 @ 09:14:45
  Author: tpowa
Revision: 186776

upgpkg: iw 3.10-2

move everything to /usr/bin

Modified:
  iw/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 07:14:12 UTC (rev 186775)
+++ PKGBUILD	2013-05-31 07:14:45 UTC (rev 186776)
@@ -3,7 +3,7 @@
 
 pkgname=iw
 pkgver=3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="nl80211 based CLI configuration utility for wireless devices"
 arch=("i686" "x86_64")
 url="http://wireless.kernel.org/en/users/Documentation/iw"
@@ -20,5 +20,5 @@
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
 }




More information about the arch-commits mailing list