linux-lts: fix -headers subpkg.

This commit is contained in:
Christian Neukirchen 2014-10-20 13:56:17 +02:00
parent e7eaf0e63e
commit 4986283c84
2 changed files with 2 additions and 1 deletions

1
srcpkgs/linux-lts-headers Symbolic link
View File

@ -0,0 +1 @@
linux-lts

View File

@ -16,7 +16,7 @@ case "$XBPS_TARGET_MACHINE" in
;;
esac
linux-headers_package() {
linux-lts-headers_package() {
short_desc="Linux longterm support kernel headers meta package"
depends="${_depends_headers}"
}