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

Allan McRae allan at archlinux.org
Sun Apr 29 09:28:16 UTC 2012


    Date: Sunday, April 29, 2012 @ 05:28:15
  Author: allan
Revision: 157768

upgpkg: e2fsprogs 1.42.2-2

move libraries to /usr/lib

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 08:23:51 UTC (rev 157767)
+++ PKGBUILD	2012-04-29 09:28:15 UTC (rev 157768)
@@ -4,7 +4,7 @@
 
 pkgname=e2fsprogs
 pkgver=1.42.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -25,8 +25,8 @@
   # Remove unnecessary init.d directory
   sed -i '/init\.d/s|^|#|' misc/Makefile.in
 
-  ./configure --prefix=/usr --with-root-prefix="" --enable-elf-shlibs \
-      --disable-fsck --disable-uuidd \
+  ./configure --prefix=/usr --with-root-prefix="" --libdir=/usr/lib \
+      --enable-elf-shlibs --disable-fsck --disable-uuidd \
       --disable-libuuid --disable-libblkid
 
   make




More information about the arch-commits mailing list