summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ac
blob: 0f61cb933d3bece280ca851318740276c6d44d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ac,v 1.2 1998/10/04 23:42:01 tron Exp $

--- libgnome/Makefile.in.orig	Tue Sep 29 01:46:58 1998
+++ libgnome/Makefile.in	Mon Oct  5 01:20:21 1998
@@ -136,7 +136,7 @@
 
 lib_LTLIBRARIES = libgnome.la
 
-scoredir=$(localstatedir)/games
+scoredir=/var/games
 
 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 
@@ -487,8 +487,8 @@
 
 
 install-data-local:
-	$(mkinstalldirs) $(scoredir)
-	-chgrp games $(scoredir) && chmod g=rwXs $(scoredir)
+#	$(mkinstalldirs) $(scoredir)
+#	-chgrp games $(scoredir) && chmod g=rwXs $(scoredir)
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.