games/rocksndiamonds: Fixed chown syntax

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2024-07-14 13:45:46 -05:00 committed by Willy Sudiarto Raharjo
parent af3511003b
commit e01665c1d0
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -87,7 +87,7 @@ mkdir -p $PKG/usr/games $PKG/usr/share/games/rocksndiamonds $PKG/var/games/rocks
$PKG/usr/share/icons/hicolor/32x32/apps $PKG/usr/man/man1
install -m 755 rocksndiamonds $PKG/usr/games
cp -a graphics levels music sounds $PKG/usr/share/games/rocksndiamonds
chown -R root.games $PKG/var/games/rocksndiamonds
chown -R root:games $PKG/var/games/rocksndiamonds
chmod 0775 $PKG/var/games/rocksndiamonds
cp $CWD/rocksndiamonds.desktop $PKG/usr/share/applications
cp $CWD/rocksndiamonds-16.png $PKG/usr/share/icons/hicolor/16x16/apps/rocksndiamonds.png