~alpine/aports

busybox: restore post-install+upgrade hooks v1 PROPOSED

Muh Muhten: 1
 busybox: restore post-install+upgrade hooks

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1441/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] busybox: restore post-install+upgrade hooks Export this patch

was breaking other post-install hooks because the links didn't get
installed until the trigger. we still need the links early.
---
 main/busybox/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index d9e81f5..e3f3a9b 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.24.1
pkgrel=3
pkgrel=4
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
arch="all"
license="GPL2"
makedepends="linux-headers"
install="$pkgname.post-install $pkgname.post-upgrade"
subpackages="$pkgname-static $pkgname-suid"
options="suid"
triggers="busybox.trigger=/bin:/usr/bin:/sbin:/usr/sbin:/lib/modules/*"
-- 
2.4.9 (Apple Git-60)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---