From 957dfb638799a70c033e3621c96124d14f4bc45a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 15:44:24 +0200 Subject: [PATCH] util-linux: switch to /usr. --- srcpkgs/util-linux/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 87dac18bc73..fa110c515bf 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -1,17 +1,17 @@ # Template file for 'util-linux' pkgname=util-linux version=2.21.2 -distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz" +revision=2 depends="coreutils shadow" makedepends="pkg-config zlib-devel ncurses-devel" replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1" subpackages="libmount libmount-devel libblkid libblkid-devel libuuid libuuid-devel" make_dirs="/var/lib/hwclock 0755 0 0" -revision=1 short_desc="Miscellaneous linux utilities" maintainer="Juan RP " homepage="http://userweb.kernel.org/~kzak/util-linux-ng" license="GPL-2" +distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.21/${pkgname}-${version}.tar.xz" checksum=39b25765a02385dc73580ab5edc3c5a2cecd03c92b42e41b03fd037b1c7cefe6 long_desc=" The ${pkgname} package contains miscellaneous utility programs. Among @@ -19,7 +19,7 @@ long_desc=" and messages." do_configure() { - ./configure ${CONFIGURE_SHARED_ARGS} \ + ./configure ${CONFIGURE_SHARED_ARGS} --bindir=/usr/bin --sbindir=/usr/sbin \ --libdir=/usr/lib --libexecdir=/usr/lib --without-udev \ --enable-partx --enable-write --enable-new-mount \ --enable-libuuid --disable-makeinstall-chown \