qtox: fix variable substitution

This commit is contained in:
Enno Boland 2018-07-17 10:33:41 +02:00
parent d5bd1e643e
commit d9211eadee
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -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
}