We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2685c1 commit 9799f3cCopy full SHA for 9799f3c
cmake/linux/package_linux.sh.in
@@ -98,7 +98,7 @@ cat >"${APPDIR}usr/bin/lmms" <<EOL
98
#!/usr/bin/env bash
99
DIR="\$( cd "\$( dirname "\${BASH_SOURCE[0]}" )" && pwd )"
100
if which carla > /dev/null 2>&1; then
101
- CARLAPATH="$(which carla)"
+ CARLAPATH="\$(which carla)"
102
CARLAPREFIX="\${CARLAPATH%/bin*}"
103
echo "Carla appears to be installed on this system at \$CARLAPREFIX/lib[64]/carla so we'll use it."
104
export LD_LIBRARY_PATH=\$CARLAPREFIX/lib/carla:\$CARLAPREFIX/lib64/carla:\$LD_LIBRARY_PATH
0 commit comments