diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-17 11:05:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-17 11:06:35 +0000 |
commit | 0f72c7fc7d91b242e24d4d67c4f77bcfb1146694 (patch) | |
tree | 69f071d0db7e58c55adf1319dfdce4707fd5a8d3 /main/coreutils | |
parent | 747df1697cd24b8334720901129f3e6026835857 (diff) | |
download | aports-0f72c7fc7d91b242e24d4d67c4f77bcfb1146694.tar.bz2 aports-0f72c7fc7d91b242e24d4d67c4f77bcfb1146694.tar.xz |
main/coreutils: remove debug line
this was never supposed to go into the package
Diffstat (limited to 'main/coreutils')
-rw-r--r-- | main/coreutils/APKBUILD | 3 |
1 files changed, 1 insertions, 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 <ncopa@alpinelinux.org> 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/ |