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 05d5e20 commit e54969cCopy full SHA for e54969c
1 file changed
cmake/linux/package_linux.sh.in
@@ -97,6 +97,7 @@ mv "${APPDIR}usr/bin/lmms" "${APPDIR}usr/bin/lmms.real"
97
cat >"${APPDIR}usr/bin/lmms" <<EOL
98
#!/usr/bin/env bash
99
DIR="\$( cd "\$( dirname "\${BASH_SOURCE[0]}" )" && pwd )"
100
+export PATH="$PATH:/sbin"
101
if which carla > /dev/null 2>&1; then
102
CARLAPATH="\$(which carla)"
103
CARLAPREFIX="\${CARLAPATH%/bin*}"
0 commit comments