Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333643
Collapse All | Expand All

(-)data/Makefile.am-orig (-5 / +5 lines)
Lines 40-50 Link Here
40
# don't do this if we are building in eg. rpm
40
# don't do this if we are building in eg. rpm
41
install-data-local: $(schemas_DATA)
41
install-data-local: $(schemas_DATA)
42
if GCONF_SCHEMAS_INSTALL
42
if GCONF_SCHEMAS_INSTALL
43
        if test -z "$(DESTDIR)" ; then \
43
	if test -z "$(DESTDIR)" ; then \
44
        for p in $^ ; do \
44
		for p in $^ ; do \
45
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
45
		GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
46
        done \
46
	done \
47
        fi
47
	fi
48
endif
48
endif
49
49
50
EXTRA_DIST = 						\
50
EXTRA_DIST = 						\

Return to bug 333643