diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-25 09:58:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-25 09:58:41 +0000 |
commit | 03b3c418d88e6777e84631d28756f1ed5ce6f16d (patch) | |
tree | 8564f278a06ff75ec2b5aa7fcfaa75c60fba89dc /main/mkinitfs/APKBUILD | |
parent | 89a33f1e203b13ead8ccc783e05f5a73c2f5502b (diff) | |
download | aports-03b3c418d88e6777e84631d28756f1ed5ce6f16d.tar.bz2 aports-03b3c418d88e6777e84631d28756f1ed5ce6f16d.tar.xz |
main/mkinitfs: delay umount of apkovl media so apk cache is available
When installing the apks we might need the apk cache so we need wait
with unmounting the apkovl media
ref #736
Diffstat (limited to 'main/mkinitfs/APKBUILD')
-rw-r--r-- | main/mkinitfs/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD index dd2c59a0f8..dca3535e1f 100644 --- a/main/mkinitfs/APKBUILD +++ b/main/mkinitfs/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mkinitfs pkgver=2.3.4 -pkgrel=3 +pkgrel=4 pkgdesc="Tool to generate initramfs images for Alpine" url=http://git.alpinelinux.org/cgit/mkinitfs depends="busybox apk-tools>=2.0" @@ -9,6 +9,7 @@ triggers="$pkgname.trigger=/usr/share/kernel/*" source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2 0001-init-fix-progressbar-when-not-quiet.patch mount-move.patch + delay-umount-apkovl.patch eglibc.patch " arch="noarch" @@ -47,4 +48,5 @@ package() { md5sums="abec6dced89e137dc60542c1e5f938ac mkinitfs-2.3.4.tar.bz2 4ea4389d5dff0a69d6792420574d2f1f 0001-init-fix-progressbar-when-not-quiet.patch 049392dd315240d2c7d892ef67072e03 mount-move.patch +6d8b0a6f3b7a90152d84eda373743d84 delay-umount-apkovl.patch e59c2f7de496fe430b07e32fd812ebe0 eglibc.patch" |