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

Tobias Powalowski tpowa at archlinux.org
Fri May 25 18:50:45 UTC 2007


    Date: Friday, May 25, 2007 @ 14:50:45
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/device-mapper

Modified: PKGBUILD (1.21 -> 1.22)

'upgpkg: fixed #7248'


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


Index: arch/build/base/device-mapper/PKGBUILD
diff -u arch/build/base/device-mapper/PKGBUILD:1.21 arch/build/base/device-mapper/PKGBUILD:1.22
--- arch/build/base/device-mapper/PKGBUILD:1.21	Wed May  9 10:34:43 2007
+++ arch/build/base/device-mapper/PKGBUILD	Fri May 25 14:50:45 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.21 2007/05/09 14:34:43 tpowa Exp $
+# $Id: PKGBUILD,v 1.22 2007/05/25 18:50:45 tpowa Exp $
 # Maintainer: Judd <jvinet at zeroflux.org>
 pkgname=device-mapper
 pkgver=1.02.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Device mapper ioctl library."
 arch=(i686 x86_64)
 license=('GPL')
@@ -21,7 +21,7 @@
   install -D -m755 scripts/devmap_mknod.sh $startdir/pkg/sbin/devmap_mknod.sh
 
   # install the static library as well
-  install -D -m644 lib/ioctl/libdevmapper.a $startdir/pkg/lib/libdevmapper.a
+  install -D -m644 lib/ioctl/libdevmapper.a $startdir/pkg/usr/lib/libdevmapper.a
   # install udev rule
   install -D -m644 $startdir/src/device-mapper.rules $startdir/pkg/etc/udev/rules.d/device-mapper.rules
 }




More information about the arch-commits mailing list