summaryrefslogtreecommitdiff
path: root/x11/gnome-session/patches/patch-aa
blob: 14b68fb1d0980d81ecfd9f01112eba3025c25ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2003/02/14 21:08:39 jmmv Exp $

--- gnome-session/Makefile.in.orig	2003-02-04 00:00:04.000000000 +0100
+++ gnome-session/Makefile.in
@@ -658,7 +658,7 @@ default.wm: default.wm.in ../config.stat
 
 # don't do this if we are building in eg. rpm
 install-data-local:
-	if test -z "$(DESTDIR)" ; then \
+	if false; then \
 	  for p in $(schemas_DATA) ; do \
 	    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/gnome-session/$$p ; \
 	  done \