diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-11 06:48:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-11 06:48:35 +0700 |
commit | 86cb6da1f0d2e9fea4e9ab6d61de3415f1af56b6 (patch) | |
tree | 0451f02ccd22e64327c9b5ad12bef628ca1bc30c /games/glxosd/doinst.sh | |
parent | 16c3002dc72822c69280ff54741bc0d0ed640214 (diff) | |
download | slackbuilds-86cb6da1f0d2e9fea4e9ab6d61de3415f1af56b6.tar.gz |
games/glxosd: Fix doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/glxosd/doinst.sh')
-rw-r--r-- | games/glxosd/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glxosd/doinst.sh b/games/glxosd/doinst.sh index b91c4ec6c3..ee57890299 100644 --- a/games/glxosd/doinst.sh +++ b/games/glxosd/doinst.sh @@ -11,7 +11,7 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/glxosd.new +config etc/glxosd.conf.new # Update the X font indexes: if [ -x /usr/bin/mkfontdir ]; then |