From 146a7de3623e6ef741a667fda33e47aeb70ffe98 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 26 Jan 2010 06:59:18 +0000 Subject: main/coreutils: install utils in /bin instead of /usr/bin --- main/coreutils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/coreutils') diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index b2a162630..46c9cc4a1 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=coreutils pkgver=8.4 -pkgrel=0 +pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" license="GPL" @@ -14,7 +14,7 @@ source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz" build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ + ./configure --prefix=/ \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ -- cgit v1.2.3