diff options
Diffstat (limited to 'games/gnomegames2/files/patch-mahjongg_Makefile.in')
-rw-r--r-- | games/gnomegames2/files/patch-mahjongg_Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomegames2/files/patch-mahjongg_Makefile.in b/games/gnomegames2/files/patch-mahjongg_Makefile.in index c8d40ce2c..917c74206 100644 --- a/games/gnomegames2/files/patch-mahjongg_Makefile.in +++ b/games/gnomegames2/files/patch-mahjongg_Makefile.in @@ -9,8 +9,8 @@ - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -+ -chown games.games $(DESTDIR)$(scoredir)/mahjongg.easy.scores -+ -chown games.games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores ++ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.easy.scores ++ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg |