diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-18 00:03:39 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-18 00:03:39 (GMT) |
commit | 2cdb04cc1e33308d6a414f792093bf4abf6b9f93 (patch) | |
tree | 73806911c013b807ebbcba08ba2d9f24261669cd /util | |
parent | 68d8aa60b6859cd778a7ec5172b1dce7746fdf05 (diff) | |
download | fluxbox_paul-2cdb04cc1e33308d6a414f792093bf4abf6b9f93.zip fluxbox_paul-2cdb04cc1e33308d6a414f792093bf4abf6b9f93.tar.bz2 |
don't use full path to fluxbox in startfluxbox
Diffstat (limited to 'util')
-rwxr-xr-x | util/startfluxbox.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/startfluxbox.in b/util/startfluxbox.in index bf06ec9..c88674c 100755 --- a/util/startfluxbox.in +++ b/util/startfluxbox.in | |||
@@ -73,9 +73,9 @@ else | |||
73 | # And last but not least we start fluxbox. | 73 | # And last but not least we start fluxbox. |
74 | # Because it is the last app you have to run it with ''exec'' before it. | 74 | # Because it is the last app you have to run it with ''exec'' before it. |
75 | 75 | ||
76 | exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ | 76 | exec @pkgprefix@fluxbox@pkgsuffix@ |
77 | # or if you want to keep a log: | 77 | # or if you want to keep a log: |
78 | # exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ -log "$fluxdir/log" | 78 | # exec @pkgprefix@fluxbox@pkgsuffix@ -log "$fluxdir/log" |
79 | EOF | 79 | EOF |
80 | ) > "$startup" | 80 | ) > "$startup" |
81 | fi | 81 | fi |