diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-15 12:19:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-15 12:19:03 +0800 |
commit | f8387d627054a81d88a1b6072af8c20b1a38e155 (patch) | |
tree | 16d81d2f3dffdb9350c232bcc429550469b19988 /games/gnome-games/pkg-install | |
parent | 4c69b88b1a1dc9dc920659ed69d852e649cea136 (diff) | |
download | marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.tar marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.tar.gz marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.tar.bz2 marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.tar.lz marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.tar.xz marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.tar.zst marcuscom-ports-f8387d627054a81d88a1b6072af8c20b1a38e155.zip |
Remove the setgid bit from all games, and install scroes files as world
writeable. This will allow games to work again. This should be a
temporary solution as Callum is working on making this a bit better.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5300 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/pkg-install')
-rw-r--r-- | games/gnome-games/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install index 8a9a93e19..1893dd428 100644 --- a/games/gnome-games/pkg-install +++ b/games/gnome-games/pkg-install @@ -10,7 +10,7 @@ POST-INSTALL) if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then touch -f ${PKG_PREFIX}/share/gnome/games/${i} chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i} + chmod 0666 ${PKG_PREFIX}/share/gnome/games/${i} fi done ;; |