don't use full path to fluxbox in startfluxbox

This commit is contained in:
Mark Tiefenbruck 2008-06-17 17:03:39 -07:00
parent 68d8aa60b6
commit 2cdb04cc1e

View file

@ -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