[arch-commits] CVS update of arch/build/base/udev (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Jun 24 17:34:09 UTC 2007


    Date: Sunday, June 24, 2007 @ 13:34:09
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/udev

Modified: PKGBUILD (1.141 -> 1.142)

'upgpgk: fixed path_id installing'


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


Index: arch/build/base/udev/PKGBUILD
diff -u arch/build/base/udev/PKGBUILD:1.141 arch/build/base/udev/PKGBUILD:1.142
--- arch/build/base/udev/PKGBUILD:1.141	Sun Jun 24 09:40:07 2007
+++ arch/build/base/udev/PKGBUILD	Sun Jun 24 13:34:09 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.141 2007/06/24 13:40:07 andyrtr Exp $
+# $Id: PKGBUILD,v 1.142 2007/06/24 17:34:09 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=udev
 pkgver=113
-pkgrel=1
+pkgrel=2
 pkgdesc="The userspace dev tools (udev)"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
@@ -35,7 +35,7 @@
   # rmdir $startdir/pkg/udev
   rm -f $startdir/pkg/etc/udev/rules.d/50-udev.rules
   rm -f $startdir/pkg/etc/udev/permissions.d/50-udev.permissions || return 1
-  install -D -m755 extras/path_id $startdir/pkg/sbin/path_id
+  install -D -m755 extras/path_id/path_id $startdir/pkg/sbin/path_id
   install -D -m755 ../migrate-udev $startdir/pkg/sbin/migrate-udev
   install -D -m644 ../udev.rules $startdir/pkg/etc/udev/rules.d/udev.rules
   # install start_udev script




More information about the arch-commits mailing list