File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export UNION_PRELOAD=$HERE
7777export JUNEST_HOME=$HERE/.junest
7878export PATH=$HERE/.local/share/junest/bin/:$PATH
7979mkdir -p $HOME/.cache
80- $HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/opt --bind=/usr/share/fonts --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
80+ $HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/mnt --bind=/ opt --bind=/usr/share/fonts --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
8181EOF
8282chmod a+x ./$APP -devel.AppDir/AppRun
8383sed -i " s#BINARY#$BIN #g" ./$APP -devel.AppDir/AppRun
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export UNION_PRELOAD=$HERE
8181export JUNEST_HOME=$HERE/.junest
8282export PATH=$HERE/.local/share/junest/bin/:$PATH
8383mkdir -p $HOME/.cache
84- $HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/opt --bind=/usr/share/fonts --bind=/usr/share/icons --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
84+ $HERE/.local/share/junest/bin/junest proot -n -b "--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/mnt --bind=/ opt --bind=/usr/share/fonts --bind=/usr/share/icons --bind=/usr/lib/locale" 2> /dev/null -- gimp "$@"
8585EOF
8686chmod a+x ./$APP .AppDir/AppRun
8787sed -i " s#BINARY#$BIN #g" ./$APP .AppDir/AppRun
You can’t perform that action at this time.
0 commit comments