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

(-)Makefile.am-orig (-5 / +5 lines)
Lines 17-27 Link Here
17
17
18
if GCONF_SCHEMAS_INSTALL
18
if GCONF_SCHEMAS_INSTALL
19
install-data-local:
19
install-data-local:
20
        if test -z "$(DESTDIR)" ; then \
20
	if test -z "$(DESTDIR)" ; then \
21
          for p in $(schemas_DATA) ; do \
21
		for p in $(schemas_DATA) ; do \
22
            GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
22
			GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
23
          done \
23
		done \
24
        fi
24
	fi
25
else
25
else
26
install-data-local:
26
install-data-local:
27
endif
27
endif

Return to bug 333961