diff options
Diffstat (limited to 'x11/gnome-panel/patches/patch-ac')
-rw-r--r-- | x11/gnome-panel/patches/patch-ac | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/x11/gnome-panel/patches/patch-ac b/x11/gnome-panel/patches/patch-ac index 2dc0e202aa7..981b81015ab 100644 --- a/x11/gnome-panel/patches/patch-ac +++ b/x11/gnome-panel/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.3 2003/02/15 12:02:34 jmmv Exp $ +$NetBSD: patch-ac,v 1.4 2003/02/18 20:52:09 jmmv Exp $ --- applets/gen_util/Makefile.in.orig 2003-02-04 00:29:54.000000000 +0100 +++ applets/gen_util/Makefile.in @@ -40,12 +40,3 @@ $NetBSD: patch-ac,v 1.3 2003/02/15 12:02:34 jmmv Exp $ fi; fi; \ done -@@ -641,7 +642,7 @@ GNOME_GenUtilApplet_Factory.server.in: G - - # 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)/applets/gen_util/$$p ; \ - done \ |