From acca521f8c939ee7beb9be0777b957923b3f8bb4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 09:35:19 +0100 Subject: [PATCH] chroot-coreutils: install stuff into usr. --- srcpkgs/chroot-coreutils/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroot-coreutils/template b/srcpkgs/chroot-coreutils/template index 4f1c5067fc..15edd300a3 100644 --- a/srcpkgs/chroot-coreutils/template +++ b/srcpkgs/chroot-coreutils/template @@ -1,12 +1,13 @@ # Template file for 'chroot-coreutils' pkgname=chroot-coreutils version=8.15 +revision=1 wrksrc=coreutils-${version} distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz" build_style=gnu-configure -configure_args="--bindir=/bin --without-gmp --disable-libcap --disable-xattr ---disable-acl --disable-rpath --disable-nls --enable-no-install-program=stdbuf,arch,su" -make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version/tools install" +configure_args="--without-gmp --disable-libcap --disable-xattr +--disable-acl --disable-rpath --disable-nls +--enable-no-install-program=stdbuf,arch,su" short_desc="The GNU core utilities - for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/coreutils" @@ -21,6 +22,7 @@ long_desc=" installed as a dependency of base-chroot to create XBPS binary packages." bootstrap=yes +conflicts="coreutils>=0" pre_configure() { sed -i 's/^\(SUBDIRS =\).*/\1 lib src/g' Makefile.in