git » usbutils.git » commit f12307c

upgpkg: 0.86-2

author Tobias Powalowski
2009-08-30 12:27:59 UTC
committer Tobias Powalowski
2009-08-30 12:27:59 UTC
parent f8d1b68c42bfb45a35cc34853c44e31864d40afe

upgpkg: 0.86-2

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index 7efd0ea..ae1b2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
 pkgname=usbutils
 pkgver=0.86
-pkgrel=1
+pkgrel=2
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -20,4 +20,7 @@ build() {
   ./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/
 }