[arch-commits] Commit in udev/repos (testing-i686 testing-i686/PKGBUILD)

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


    Date: Sunday, September 14, 2008 @ 11:33:22
  Author: jgc
Revision: 12485

Merged revisions 12294-12484 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/udev/trunk

........
  r12484 | jgc | 2008-09-14 15:33:08 +0000 (Sun, 14 Sep 2008) | 2 lines
  
  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/repos/testing-i686/	(properties)
  udev/repos/testing-i686/PKGBUILD

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


Property changes on: udev/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /udev/trunk:1-12293
   + /udev/trunk:1-12484

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-09-14 15:33:08 UTC (rev 12484)
+++ testing-i686/PKGBUILD	2008-09-14 15:33:22 UTC (rev 12485)
@@ -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