qtox: fix variable substitution
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user