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 }