Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-21 18:25:21 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-21 18:25:21 +0200
commit3fa380f0432cf23667a79aeb2ce87724cdb589e3 (patch)
tree7bcc499d0480e1ef486369b2cae3c7171d4e526f /extra
parent555ee336b1dee8140c33f6a2f974f1821f394bc2 (diff)
do not blacklist efi stuff on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/archboot/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD
index f520364d..bcf161a3 100644
--- a/extra/archboot/PKGBUILD
+++ b/extra/archboot/PKGBUILD
@@ -1,7 +1,9 @@
+# original package source has sigining issues, alternative package
+# has a different directory..
source=(https://gitlab.archlinux.org/tpowa/${pkgname}/-/archive/${pkgver}-${pkgrel}/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
eval "$(
declare -f package | \
sed '
- s/\$pkgrel/${pkgrel%.*}/
+ s/cd.*archboot.*/cd "\$srcdir\/archboot-\${pkgver}-\${pkgrel}"/
'
)"