summaryrefslogtreecommitdiff
path: root/core/e2fsprogs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-03 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-05-03 00:01:52 +0000
commit5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch)
tree842c0bf2e354faca64f878dce5a2166c7b0dad64 /core/e2fsprogs
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Thu May 3 00:01:52 UTC 2012
Diffstat (limited to 'core/e2fsprogs')
-rw-r--r--core/e2fsprogs/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/e2fsprogs/PKGBUILD b/core/e2fsprogs/PKGBUILD
index d374faf8b..de432a83e 100644
--- a/core/e2fsprogs/PKGBUILD
+++ b/core/e2fsprogs/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 156633 2012-04-21 23:34:11Z allan $
+# $Id: PKGBUILD 158056 2012-05-02 01:13:00Z allan $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=e2fsprogs
pkgver=1.42.2
-pkgrel=1
+pkgrel=2
pkgdesc="Ext2/3/4 filesystem utilities"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'MIT')
url="http://e2fsprogs.sourceforge.net"
groups=('base')
-depends=('sh' 'util-linux-ng')
+depends=('sh' 'util-linux')
makedepends=('bc')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'MIT-LICENSE')
@@ -25,8 +25,8 @@ build() {
# 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