From d9211eadee9b2ff76f1c5127a02b98fa65846200 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Jul 2018 10:33:41 +0200 Subject: [PATCH] qtox: fix variable substitution --- srcpkgs/qtox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qtox/template b/srcpkgs/qtox/template index 63b98b9f2e7..59a01b154f9 100644 --- a/srcpkgs/qtox/template +++ b/srcpkgs/qtox/template @@ -25,6 +25,6 @@ esac pre_configure() { case "$XBPS_TARGET_MACHINE" in - armv6*) sed -i "s/${ALL_LIBRARIES})/atomic \0/" CMakeLists.txt + armv6*) sed -i 's/${ALL_LIBRARIES})/atomic \0/' CMakeLists.txt esac }