diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2014-09-29 01:18:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-29 01:18:49 +0700 |
commit | d7bb606100aacad2e771298cd91f483728c39ad2 (patch) | |
tree | c36b124d0cec6ba9a09ed2cb0d32460d63d2836b /development/jeex/doinst.sh | |
parent | b4865d2a5dbab813bcaf9cb97c6758ecbb1b6549 (diff) | |
download | slackbuilds-d7bb606100aacad2e771298cd91f483728c39ad2.tar.gz |
development/jeex: Fix config file location.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jeex/doinst.sh')
-rw-r--r-- | development/jeex/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jeex/doinst.sh b/development/jeex/doinst.sh index 8ecf7cdfc4..66845d2cde 100644 --- a/development/jeex/doinst.sh +++ b/development/jeex/doinst.sh @@ -11,7 +11,7 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/jeex/jeex.rc.new +config etc/jeex.rc.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |