summaryrefslogtreecommitdiff
path: root/extra/libpst/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-23 12:59:06 +0200
committerErich Eckner <git@eckner.net>2018-10-23 12:59:06 +0200
commit8e27618ecf5bd879cd179f7a07b53a097f3f348b (patch)
tree8439736e70c772dfe1df3357c96f9abbe3ac3128 /extra/libpst/PKGBUILD
parent34fa0ca655d4ff090e30bd3373bf1eeab2f8596a (diff)
downloadpackages-8e27618ecf5bd879cd179f7a07b53a097f3f348b.tar.xz
remove hard coded architectures from architecture hacking (e.g. use "${arch[@]}" instead of "i486 i686 pentium3 x86_64")
Diffstat (limited to 'extra/libpst/PKGBUILD')
-rw-r--r--extra/libpst/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libpst/PKGBUILD b/extra/libpst/PKGBUILD
index 8ebd9181..5b0e2fb4 100644
--- a/extra/libpst/PKGBUILD
+++ b/extra/libpst/PKGBUILD
@@ -1,7 +1,7 @@
eval "$(
declare -f package_libpst | \
sed '
- 2 a arch=(i486 i686 pentium3 x86_64)
+ 2 a arch=('"${arch[@]}"')
'
declare -f package_libpst-docs | \
sed '