diff options
Diffstat (limited to 'games/gnomegames2/files/patch-mahjongg_Makefile.in')
-rw-r--r-- | games/gnomegames2/files/patch-mahjongg_Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/gnomegames2/files/patch-mahjongg_Makefile.in b/games/gnomegames2/files/patch-mahjongg_Makefile.in index 917c74206..b6977a948 100644 --- a/games/gnomegames2/files/patch-mahjongg_Makefile.in +++ b/games/gnomegames2/files/patch-mahjongg_Makefile.in @@ -1,11 +1,11 @@ ---- mahjongg/Makefile.in.orig Sun Jan 19 14:54:47 2003 -+++ mahjongg/Makefile.in Sun Jan 19 14:56:21 2003 -@@ -593,9 +593,12 @@ +--- mahjongg/Makefile.in.orig Sun Jun 15 20:31:43 2003 ++++ mahjongg/Makefile.in Sun Jun 15 23:49:44 2003 +@@ -615,9 +615,12 @@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) -$(mkinstalldirs) $(DESTDIR)$(scoredir) $(mkinstalldirs) $(DESTDIR)$(bgdir) - touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores -- -chown games.games $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores +- -chown $(scores_user).$(scores_group) $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores @@ -13,6 +13,6 @@ + -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 + -if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg ; fi $(mkinstalldirs) $(DESTDIR)$(Gamesdir) |