[arch-commits] Commit in usbutils/repos (testing-i686 testing-i686/PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Aug 30 12:30:31 UTC 2009
Date: Sunday, August 30, 2009 @ 08:30:31
Author: tpowa
Revision: 50670
Merged revisions 50665 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/usbutils/trunk
........
r50665 | tpowa | 2009-08-30 12:27:59 +0000 (So, 30 Aug 2009) | 1 line
upgpkg: usbutils 0.86-2
........
Modified:
usbutils/repos/testing-i686/ (properties)
usbutils/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Property changes on: usbutils/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /usbutils/trunk:1-50519
+ /usbutils/trunk:1-50669
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-08-30 12:29:21 UTC (rev 50669)
+++ testing-i686/PKGBUILD 2009-08-30 12:30:31 UTC (rev 50670)
@@ -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