mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/syslinux: include text doc
These files cover some parts (with examples) that are completely missing in the manpages
This commit is contained in:
parent
9fa8364d36
commit
8da9b66983
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=syslinux
|
||||
pkgver=6.04_pre1
|
||||
pkgrel=16
|
||||
pkgrel=17
|
||||
_ver=${pkgver/_/-}
|
||||
pkgdesc="Boot loader for the Linux operating system"
|
||||
url="https://syslinux.org"
|
||||
|
@ -44,6 +44,8 @@ package() {
|
|||
sed "/^version=/s/=.*/=$pkgver-r$pkgrel/" "$srcdir"/update-extlinux \
|
||||
> "$pkgdir"/sbin/update-extlinux
|
||||
chmod 755 "$pkgdir"/sbin/update-extlinux
|
||||
|
||||
install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname "$builddir"/doc/*.txt
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue