From 0f72c7fc7d91b242e24d4d67c4f77bcfb1146694 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 17 Apr 2011 11:05:45 +0000 Subject: main/coreutils: remove debug line this was never supposed to go into the package --- main/coreutils/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index a1f7bde3ca..6f6d968890 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=coreutils pkgver=8.10 -pkgrel=1 +pkgrel=2 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" arch="all" @@ -29,7 +29,6 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - return 0 install -d "$pkgdir"/bin "$pkgdir"/usr/sbin cd "$pkgdir"/usr/bin/ -- cgit v1.2.3