~alpine/aports

1

[alpine-aports]

Léo El Amri <leo@superlel.me>
Details
Message ID
<20190108044104.11522-1-leo@superlel.me>
Sender timestamp
1546922463
DKIM signature
missing
Download raw message
Hello there,

I used mkimage.sh and stumbled on an error coming from update-kernel
complaining mksquashfs was missing.
Here is a patch adding squashfs-tools as a dependency to alpine-conf.
I didn't specified any explicit version, so it may be wrong.

Cordially,
Léo



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

[alpine-aports] [PATCH] main/alpine-conf: missing dependency squashfs-tools

Léo El Amri <leo@superlel.me>
Details
Message ID
<20190108044104.11522-2-leo@superlel.me>
In-Reply-To
<20190108044104.11522-1-leo@superlel.me> (view parent)
Sender timestamp
1546922464
DKIM signature
missing
Download raw message
Patch: +1 -1
update-kernel needs mksquashfs, which is provided by squashfs-tools
---
 main/alpine-conf/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/alpine-conf/APKBUILD b/main/alpine-conf/APKBUILD
index f5b6a72c0a..5190c55e6b 100644
--- a/main/alpine-conf/APKBUILD
+++ b/main/alpine-conf/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="Alpine configuration management scripts"
url=http://git.alpinelinux.org/cgit/$pkgname
arch="all"
license="MIT"
depends="openrc>=0.24.1-r6 busybox>=1.26.1-r3"
depends="openrc>=0.24.1-r6 busybox>=1.26.1-r3 squashfs-tools"
source="https://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz
	"

-- 
2.19.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)