[arch-commits] CVS update of core/base/usbutils (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Oct 31 13:16:12 UTC 2007


    Date: Wednesday, October 31, 2007 @ 09:16:12
  Author: tpowa
    Path: /home/cvs-core/core/base/usbutils

Modified: PKGBUILD (1.13 -> 1.14)

'upgpkg: fix #8464'


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: core/base/usbutils/PKGBUILD
diff -u core/base/usbutils/PKGBUILD:1.13 core/base/usbutils/PKGBUILD:1.14
--- core/base/usbutils/PKGBUILD:1.13	Sun Oct 28 13:46:37 2007
+++ core/base/usbutils/PKGBUILD	Wed Oct 31 09:16:12 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.13 2007/10/28 17:46:37 jgc Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/31 13:16:12 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Curtis Campbell <curtisjamescampbell at hotmail.com>
 pkgname=usbutils
 pkgver=0.73
-pkgrel=3
+pkgrel=4
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -17,7 +17,7 @@
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./update-usbids.sh
-  sed -i 's|DEST=|&/usr/share/usbutils/|' update-usbids.sh
+  sed -i 's|DEST=|&/usr/share/hwdata/|' update-usbids.sh
   ./configure --prefix=/usr --datadir=/usr/share/hwdata --enable-usbmodules --disable-zlib
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list