aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-04-07 08:04:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-07 08:04:37 +0000
commit5a1b449be9b1b108b66a047ae3b0937f832288bc (patch)
tree0c033250ab327b08487d6ab32b73d21d530aad34
parent1d5b15b9c035947b8a77543b7253cbfc865cf3cf (diff)
downloadaports-5a1b449be9b1b108b66a047ae3b0937f832288bc.tar.bz2
aports-5a1b449be9b1b108b66a047ae3b0937f832288bc.tar.xz
main/musl: allow musl-utils take over uclibc-utils
-rw-r--r--main/musl/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD
index 2bb42abdc2..db5bef80dd 100644
--- a/main/musl/APKBUILD
+++ b/main/musl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=musl
pkgver=1.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="the musl c library (libc) implementation"
url="http://www.musl-libc.org/"
arch="all"
@@ -98,6 +98,7 @@ package() {
}
utils() {
+ replaces="uclibc-utils"
mkdir -p "$subpkgdir"/usr/bin
mv "$pkgdir"/usr/bin/ldd "$subpkgdir"/usr/bin
find "$pkgdir" -type d -delete 2>/dev/null