mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/linux-edge: clean dependencies of -doc subpackage
This commit is contained in:
parent
a216000923
commit
5eae9ffded
@ -7,7 +7,7 @@ pkgname=linux-${_flavor}
|
||||
# please resist urge to upgrade it blindly
|
||||
pkgver=6.13.3
|
||||
_kernver=${pkgver%.*}
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Linux latest stable kernel"
|
||||
url="https://www.kernel.org"
|
||||
depends="initramfs-generator"
|
||||
@ -254,6 +254,7 @@ _dev() {
|
||||
|
||||
_doc() {
|
||||
pkgdesc="documentation for $_flavor kernel"
|
||||
depends=""
|
||||
mkdir -p "$subpkgdir"/usr/share/doc/linux-edge-doc
|
||||
cp -r "$builddir"/Documentation \
|
||||
"$subpkgdir"/usr/share/doc/linux-edge-doc/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user