summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Muhammad Herdiansyah2017-01-24 20:44:51 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:00 +0100
commite70aac95d56f6b3c1654383e9ff98f5f23c12300 (patch)
tree88e2dee53108a6b84c4891fd5c13e717d4096659
parent44b6a5bc42faad798941579a342db0db6b48096b (diff)
downloadslackbuilds-e70aac95d56f6b3c1654383e9ff98f5f23c12300.tar.gz
desktop/neofetch: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--desktop/neofetch/neofetch.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/neofetch/neofetch.SlackBuild b/desktop/neofetch/neofetch.SlackBuild
index c1b37126a5..d50b1593e3 100644
--- a/desktop/neofetch/neofetch.SlackBuild
+++ b/desktop/neofetch/neofetch.SlackBuild
@@ -49,7 +49,7 @@ mkdir -p $PKG/usr/share/neofetch/ascii/distro
install -Dm755 $PRGNAM $PKG/usr/bin/$PRGNAM
install -Dm644 $PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
-install -Dm644 config/config $PKG/usr/share/$PRGNAM/config
+install -Dm644 config/config $PKG/etc/$PRGNAM/config
install -Dm644 ascii/distro/* $PKG/usr/share/$PRGNAM/ascii/distro/
find $PKG/usr/man -type f -exec gzip -9 {} \;