games/mrboom: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pomfland 2020-05-22 23:47:42 +07:00 committed by Willy Sudiarto Raharjo
parent d9b6be0638
commit 7b55b0ac22
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=mrboom
VERSION=${VERSION:-4.9}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=mrboom-libretro
@ -86,7 +86,7 @@ if pkg-config --exists sdl2; then
install -m 0644 $CWD/mrboom.svg $PKG/usr/share/pixmaps
for i in 16x16 32x32 48x48 256x256; do
install -D -m0644 Assets/hicolor/$i/apps/$PRGNAM.png $PKG/use/share/icons/hicolor/$i/apps/$PRGNAM.png
install -D -m0644 Assets/hicolor/$i/apps/$PRGNAM.png $PKG/usr/share/icons/hicolor/$i/apps/$PRGNAM.png
done
find $PKG/usr/man -type f -exec gzip -9 {} \;