summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-27 21:10:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-27 21:10:46 +0200
commitc727b6bde4f72da83e7691657434eee70557b60b (patch)
tree4e0dcb4b05d30cd46b6cf906fd3c60f4f1e49132
parent5d77a997cf30e0fcea36a2ea38cdf99405c4f210 (diff)
downloadpackages-c727b6bde4f72da83e7691657434eee70557b60b.tar.xz
community/squid: fixed a double ==
-rw-r--r--community/squid/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index 53731943..1a2bcc45 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -7,7 +7,7 @@ if [ "${CARCH}" = "i486" ]; then
eval "$(
declare -f build | \
sed '
- s|make|make LDFLAGS=="-Wl,--as-needed -latomic -Wl,--no-as-needed"|g
+ s|make|make LDFLAGS="-Wl,--as-needed -latomic -Wl,--no-as-needed"|g
';
)"
fi