summaryrefslogtreecommitdiff
path: root/games/gnomebreakout/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomebreakout/files/patch-aa')
-rw-r--r--games/gnomebreakout/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/gnomebreakout/files/patch-aa b/games/gnomebreakout/files/patch-aa
new file mode 100644
index 000000000000..f50b6b9a6d1a
--- /dev/null
+++ b/games/gnomebreakout/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Tue Apr 18 19:05:53 2000
++++ Makefile.in Sat Sep 2 04:04:58 2000
+@@ -422,8 +422,8 @@
+ install-data-local:
+ -$(mkinstalldirs) $(DESTDIR)$(scoredir)
+ -touch $(DESTDIR)$(scoredir)/gnome-breakout.scores
+- -chown games.games $(DESTDIR)$(scoredir)/gnome-breakout.scores
+- -chmod 0644 $(DESTDIR)$(scoredir)/gnome-breakout.scores
++ -chown root.games $(DESTDIR)$(scoredir)/gnome-breakout.scores
++ -chmod 0664 $(DESTDIR)$(scoredir)/gnome-breakout.scores
+ -chgrp games $(DESTDIR)$(bindir)/gnome-breakout && chmod 2111 $(DESTDIR)$(bindir)/gnome-breakout
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.