aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-16 15:49:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-16 15:49:11 +0000
commita6b5780f1c2ebf8bdb5fdf74da366336eed9c5f2 (patch)
tree14a214dd9eb96eba02c10ce3e32c6842619fbbd4 /main/busybox
parent1f407f2c90b66d1e0884c89bf64ebb7fc296a4da (diff)
downloadaports-a6b5780f1c2ebf8bdb5fdf74da366336eed9c5f2.tar.bz2
aports-a6b5780f1c2ebf8bdb5fdf74da366336eed9c5f2.tar.xz
main/busybox: fix replaces
we need to add a replaces=busybox-initscripts due to the move of default.script (commit d8d56f3702ce)
Diffstat (limited to 'main/busybox')
-rw-r--r--main/busybox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index af91880261..bae37e1f02 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.31.1
-pkgrel=5
+pkgrel=6
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url="https://busybox.net/"
arch="all"
@@ -16,6 +16,7 @@ install="$pkgname.post-install $pkgname.post-upgrade
$pkgname-extras.post-install $pkgname-extras.pre-deinstall"
subpackages="$pkgname-static $pkgname-suid $pkgname-extras ssl_client"
options="suid !check"
+replaces="busybox-initscripts" # move of default.script
triggers="busybox.trigger=/bin:/usr/bin:/sbin:/usr/sbin:/lib/modules/*"
source="https://busybox.net/downloads/busybox-$pkgver.tar.bz2
0001-ln-no-target-directory-implies-no-dereference.patch