mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/s390-tools: fix mk-s390image symlink
This commit is contained in:
parent
45655a4cf3
commit
8fb0e75481
@ -1,7 +1,7 @@
|
||||
# Maintainer: Sertonix <sertonix@posteo.net>
|
||||
pkgname=s390-tools
|
||||
pkgver=2.39.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tools for use with the s390 Linux kernel and device drivers"
|
||||
url="https://github.com/ibm-s390-tools/s390-tools"
|
||||
arch="all"
|
||||
@ -59,7 +59,7 @@ build() {
|
||||
package() {
|
||||
_make DESTDIR="$pkgdir" install
|
||||
mkdir -p "$pkgdir"/sbin
|
||||
ln -s ../usr/share/s390-tools/netboot/mk-s390image "$pkgdir"/usr/bin/mk-s390image
|
||||
ln -s ../share/s390-tools/netboot/mk-s390image "$pkgdir"/usr/bin/mk-s390image
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user