From 4ffb70c947d27bde499e66889e4231a63c064b28 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Nov 2008 12:08:44 +0100 Subject: [PATCH] coreutils: revert previous. It seems that I had done the right thing here before... --HG-- extra : convert_revision : 1e60a95369bb9e5ba41a58b0cab5ba2cce44b2c3 --- templates/coreutils.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/coreutils.tmpl b/templates/coreutils.tmpl index ef2e70b6249..042ed8aa20b 100644 --- a/templates/coreutils.tmpl +++ b/templates/coreutils.tmpl @@ -4,8 +4,7 @@ version=6.12 distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin - --disable-acl --enable-install-program=hostname - --enable-no-install-program=kill,uptime" + --disable-acl --enable-install-program=hostname" configure_env="PERL=/usr/bin/perl" short_desc="The GNU core utilities" maintainer="Juan RP "