blob: d1de0efb96136e198ebd0783fbea025c22a1410d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- Makefile.in.orig Thu Feb 8 12:20:37 2001
+++ Makefile.in Thu Feb 8 12:21:38 2001
@@ -446,7 +446,7 @@
install-data-local:
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
-touch $(DESTDIR)$(scoredir)/gnome-breakout.scores
- -chown games.games $(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 2755 $(DESTDIR)$(bindir)/gnome-breakout
|