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