From de9155e8ed54c7f54dcef15c0ca6f4a033845d81 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 8 Aug 2017 08:48:51 +0200 Subject: community/botan: fix sed expression --- community/botan/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index a70aba1f..ef400383 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -1 +1 @@ -eval "$(declare -f build | sed "s|python.*;|\0\n sed -i 's@-O2@-O3@g' Makefile;|")" +eval "$(declare -f build | sed "s|python.*;|\0\n sed -i 's@-O3@-O2@g' Makefile;|")" -- cgit v1.2.3