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

Thomas Baechler thomas at archlinux.org
Sun Sep 14 16:59:37 UTC 2008


    Date: Sunday, September 14, 2008 @ 12:59:37
  Author: thomas
Revision: 12488

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

........
  r12484 | jgc | 2008-09-14 17:33:08 +0200 (So, 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-x86_64/	(properties)
  udev/repos/testing-x86_64/PKGBUILD

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


Property changes on: udev/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /udev/trunk:1-12291
   + /udev/trunk:1-12487

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-09-14 16:45:00 UTC (rev 12487)
+++ testing-x86_64/PKGBUILD	2008-09-14 16:59:37 UTC (rev 12488)
@@ -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