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

Jan de Groot jgc at archlinux.org
Sun Sep 14 15:33:09 UTC 2008


    Date: Sunday, September 14, 2008 @ 11:33:08
  Author: jgc
Revision: 12484

upgpkg: udev 128-3
    Set prefix to "" so all paths do not get double-prefixed with a slash. This fixes gnome mounting problems because devices show up as //dev/sr0

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 14:39:12 UTC (rev 12483)
+++ PKGBUILD	2008-09-14 15:33:08 UTC (rev 12484)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=udev
 pkgver=128
-pkgrel=2
+pkgrel=3
 pkgdesc="The userspace dev tools (udev)"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
@@ -36,7 +36,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/ --mandir=/usr/share/man --includedir=/usr/include
+  ./configure --prefix="" --mandir=/usr/share/man --includedir=/usr/include
   make || return 1
   make DESTDIR=$startdir/pkg install
 




More information about the arch-commits mailing list