From e70aac95d56f6b3c1654383e9ff98f5f23c12300 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 24 Jan 2017 19:44:51 +0000 Subject: desktop/neofetch: Fixed SlackBuild. Signed-off-by: David Spencer --- desktop/neofetch/neofetch.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/neofetch') 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 {} \; -- cgit v1.2.3