Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-16 10:25:43 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-16 10:25:43 +0200
commitdea86b3d4456b80314d6e802508bf123651123c0 (patch)
treeec68abbde875561eb18c99cc3c5d1af6736b4c81 /core
parentcff1e954a68d9e1f910288e27a47ac4aad9d897c (diff)
core/krb5: another try to get the shell glob right :-)
Diffstat (limited to 'core')
-rw-r--r--core/krb5/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/krb5/PKGBUILD b/core/krb5/PKGBUILD
index 5ba701cf..65a6f881 100644
--- a/core/krb5/PKGBUILD
+++ b/core/krb5/PKGBUILD
@@ -14,7 +14,7 @@ eval "$(
declare -f package | \
sed '
$ i \
- rm -f "${pkgdir}/usr/include/{verto.h,verto-module.h}" \
+ rm -f "${pkgdir}/usr/include/"{verto.h,verto-module.h} \
rm -f "${pkgdir}/usr/lib/libverto.so"
'
)"