aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-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 c1b37126a595..d50b1593e3ed 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 {} \;