mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* Update for POSIX chown. Closes: #214043
* atc: Note in man page that pressing return will do an immediate update.
Closes: #216980
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5214 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -63,7 +63,7 @@ binary-arch: build
|
||||
|
||||
chmod -R u+rw debian/bsdgames/usr/
|
||||
# Games with score files need to be set up sgid games.
|
||||
chown root.games debian/bsdgames/usr/games/atc \
|
||||
chown root:games debian/bsdgames/usr/games/atc \
|
||||
debian/bsdgames/usr/games/battlestar \
|
||||
debian/bsdgames/usr/games/canfield \
|
||||
debian/bsdgames/usr/games/cribbage \
|
||||
@@ -85,7 +85,7 @@ binary-arch: build
|
||||
debian/bsdgames/usr/games/hack
|
||||
# The game directories need to be sgid too, and let's
|
||||
# remove all the zero byte score files in them.
|
||||
chown root.games debian/bsdgames/var/games/bsdgames/ \
|
||||
chown root:games debian/bsdgames/var/games/bsdgames/ \
|
||||
debian/bsdgames/var/games/bsdgames/sail \
|
||||
debian/bsdgames/var/games/bsdgames/phantasia \
|
||||
debian/bsdgames/var/games/bsdgames/hack \
|
||||
|
||||
Reference in New Issue
Block a user