mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
qtox: fix variable substitution
This commit is contained in:
parent
d5bd1e643e
commit
d9211eadee
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue