mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
af3511003b
commit
e01665c1d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue