diff --git a/srcpkgs/chroot-coreutils/template b/srcpkgs/chroot-coreutils/template index ca83465e2fb..40dd23649f8 100644 --- a/srcpkgs/chroot-coreutils/template +++ b/srcpkgs/chroot-coreutils/template @@ -1,6 +1,7 @@ # Template file for 'chroot-coreutils' pkgname=chroot-coreutils version=8.17 +revision=1 wrksrc=coreutils-${version} distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz" build_style=gnu-configure @@ -32,7 +33,7 @@ pre_configure() { post_install() { # Create symlinks in /bin. vmkdir bin - for f in true false echo; do + for f in true false echo ls pwd; do cd ${DESTDIR}/bin && ln -sf ../usr/bin/$f . done }