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:
2
debian/preinst
vendored
2
debian/preinst
vendored
@@ -25,7 +25,7 @@ if [ -d /var/lib/games ]; then
|
||||
# Have to set up directory hierarchy, since this is running as a
|
||||
# preinst.
|
||||
mkdir -p /var/games/bsdgames/phantasia
|
||||
chown root.games /var/games/bsdgames \
|
||||
chown root:games /var/games/bsdgames \
|
||||
/var/games/bsdgames/phantasia
|
||||
chmod g+rws /var/games/bsdgames \
|
||||
/var/games/bsdgames/phantasia
|
||||
|
||||
Reference in New Issue
Block a user