Skip to content

Commit e54969c

Browse files
committed
Add /sbin to AppImage search path
Closes #4846
1 parent 05d5e20 commit e54969c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/linux/package_linux.sh.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ mv "${APPDIR}usr/bin/lmms" "${APPDIR}usr/bin/lmms.real"
9797
cat >"${APPDIR}usr/bin/lmms" <<EOL
9898
#!/usr/bin/env bash
9999
DIR="\$( cd "\$( dirname "\${BASH_SOURCE[0]}" )" && pwd )"
100+
export PATH="$PATH:/sbin"
100101
if which carla > /dev/null 2>&1; then
101102
CARLAPATH="\$(which carla)"
102103
CARLAPREFIX="\${CARLAPATH%/bin*}"

0 commit comments

Comments
 (0)