summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-11 13:59:44 +0200
committerErich Eckner <git@eckner.net>2018-10-11 13:59:44 +0200
commit70dcbbff6495713a9f0f9693265f25273afd13c2 (patch)
tree927e17ba4413ff9456d93651406e1fd1f080832d /core
parent0c75eeb2cfd61871d438ed8c421d7edb921b05cc (diff)
downloadpackages-70dcbbff6495713a9f0f9693265f25273afd13c2.tar.xz
core/openssl: whoops, I should read the comments around lines I am chaning
Diffstat (limited to 'core')
-rw-r--r--core/openssl/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD
index dd495920..1e6e1b30 100644
--- a/core/openssl/PKGBUILD
+++ b/core/openssl/PKGBUILD
@@ -2,7 +2,7 @@
eval "$(
declare -f build | \
sed '
- s@linux-x86_64@linux-elf@
+ s@linux-x86_64@linux-generic32@
s@ enable-ec_nistp_64_gcc_128 @ @
'
)"