]> git.pld-linux.org Git - packages/xchat-gnome.git/blame - xchat-gnome-makefile.patch
- release 10 (by relup.sh)
[packages/xchat-gnome.git] / xchat-gnome-makefile.patch
CommitLineData
2aea07a0
LG
1--- xchat-gnome-0.26.1.orig/src/common/dbus/Makefile.am
2+++ xchat-gnome-0.26.1/src/common/dbus/Makefile.am
3@@ -48,11 +48,11 @@ schema_DATA = $(schema_in_files:.schemas
4
5 install-data-local: $(schema_DATA)
6 if GCONF_SCHEMAS_INSTALL
7- if test -z "$(DESTDIR)" ; then \
8- for p in $^ ; do \
9- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
10- done \
11- fi
12+ if test -z "$(DESTDIR)" ; then \
13+ for p in $^ ; do \
14+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
15+ done \
16+ fi
17 endif
18
19 EXTRA_DIST = \
This page took 0.128833 seconds and 4 git commands to generate.