summaryrefslogtreecommitdiff
path: root/x11/gnome2-control-center/patches/patch-aa
blob: d95dee8d8822c7d16eeb494ef1571bbac54b1b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2003/02/14 21:03:41 jmmv Exp $

--- schemas/Makefile.in.orig	2003-02-14 15:11:06.000000000 +0100
+++ schemas/Makefile.in
@@ -280,7 +280,7 @@ maintainer-clean
 
 # 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 $(schema_DATA) ; do \
 			GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
 		done \