diff options
author | Muhammad Herdiansyah <herdiansyah@openmailbox.org> | 2017-01-24 19:44:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:00 +0700 |
commit | e70aac95d56f6b3c1654383e9ff98f5f23c12300 (patch) | |
tree | 88e2dee53108a6b84c4891fd5c13e717d4096659 | |
parent | 44b6a5bc42faad798941579a342db0db6b48096b (diff) | |
download | slackbuilds-e70aac95d56f6b3c1654383e9ff98f5f23c12300.tar.gz |
desktop/neofetch: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/neofetch/neofetch.SlackBuild | 2 |
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 {} \; |