don't use full path to fluxbox in startfluxbox
This commit is contained in:
parent
68d8aa60b6
commit
2cdb04cc1e
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ else
|
|||
# And last but not least we start fluxbox.
|
||||
# Because it is the last app you have to run it with ''exec'' before it.
|
||||
|
||||
exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@
|
||||
exec @pkgprefix@fluxbox@pkgsuffix@
|
||||
# or if you want to keep a log:
|
||||
# exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ -log "$fluxdir/log"
|
||||
# exec @pkgprefix@fluxbox@pkgsuffix@ -log "$fluxdir/log"
|
||||
EOF
|
||||
) > "$startup"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue