diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2024-07-14 13:45:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-20 08:08:52 +0700 |
commit | e01665c1d05e12c3bc612fc2cdd8c2c423185d30 (patch) | |
tree | bd31cd3eb37e110481747a8a7372e921974a3315 /games/rocksndiamonds | |
parent | af3511003b8568b68df5ccd7e0cee9ebf56f7dc8 (diff) |
games/rocksndiamonds: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r-- | games/rocksndiamonds/rocksndiamonds.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rocksndiamonds/rocksndiamonds.SlackBuild b/games/rocksndiamonds/rocksndiamonds.SlackBuild index 3b35d152c6..74276daa0a 100644 --- a/games/rocksndiamonds/rocksndiamonds.SlackBuild +++ b/games/rocksndiamonds/rocksndiamonds.SlackBuild @@ -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 |