pkgbase: Remove /boot/firmware from bootloader package

For now we don't ship anything in /boot/firmware, but some up coming commit
will ship wifi drivers in it and we want them to be in their own package.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot
2024-12-12 17:12:11 +01:00
parent 58d1fdfaa9
commit 11f3da5655
+1 -1
View File
@@ -43,7 +43,7 @@
if ($1 ~ /^\/boot\//) {
if (kernel != "" && $1 ~ /^\/boot\/dtb\//)
pkgname="dtb"
else
else if ($1 !~ /^\/boot\/firmware\//)
pkgname="bootloader"
}
gsub(/package=/, "", pkgname)