summaryrefslogtreecommitdiff
path: root/games/gnomebreakout/files/patch-aa
blob: f50b6b9a6d1ae07e7af7ccf211e233e1d56712b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.