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

Tobias Powalowski tpowa at archlinux.org
Sun Aug 30 12:28:00 UTC 2009


    Date: Sunday, August 30, 2009 @ 08:27:59
  Author: tpowa
Revision: 50665

upgpkg: usbutils 0.86-2

Modified:
  usbutils/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-30 09:56:41 UTC (rev 50664)
+++ PKGBUILD	2009-08-30 12:27:59 UTC (rev 50665)
@@ -3,7 +3,7 @@
 # Contributor: Curtis Campbell <curtisjamescampbell at hotmail.com>
 pkgname=usbutils
 pkgver=0.86
-pkgrel=1
+pkgrel=2
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -21,4 +21,7 @@
   ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
   make || return 1
   make DESTDIR=$pkgdir install
+  # fix pkgconfig file
+  mkdir -p $pkgdir/usr/lib
+  mv $pkgdir/usr/share/hwdata/pkgconfig $pkgdir/usr/lib/
 }




More information about the arch-commits mailing list