diff options
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 ;; |