--- gnopernicus-0.7.0/schemas/Makefile.orig 2004-04-10 18:12:19.000000000 -0400 +++ gnopernicus-0.7.0/schemas/Makefile 2004-04-10 18:12:20.000000000 -0400 @@ -76,7 +76,7 @@ ENABLE_PARANOIA = EXEEXT = GCONFTOOL = /usr/bin/gconftool-2 -GCONF_CONFIG_SOURCE = xml::${sysconfdir}/gconf/gconf.xml.defaults +GCONF_CONFIG_SOURCE = xml::$(DESTDIR)${sysconfdir}/gconf/gconf.xml.defaults GETTEXT_PACKAGE = gnopernicus GMOFILES = az.gmo be.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo es.gmo fr.gmo ga.gmo hi.gmo it.gmo ko.gmo ms.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo sq.gmo sr.gmo sr@Latn.gmo sv.gmo zh_CN.gmo GMSGFMT = /usr/bin/msgfmt @@ -299,11 +299,9 @@ %.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache install-data-local: - if test -z "$(DESTDIR)" ; then \ - for p in $(schemas_DATA) ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ - done \ - fi + for p in $(schemas_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ + done \ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- gnopernicus-0.7.0/brlmon/braille_fonts/Makefile.orig 2004-04-10 18:12:14.000000000 -0400 +++ gnopernicus-0.7.0/brlmon/braille_fonts/Makefile 2004-04-10 18:20:45.000000000 -0400 @@ -70,7 +70,7 @@ CPPFLAGS = CXX = @CXX@ DATADIRNAME = share -DEFAULT_FONTS_PATH = /usr/share/fonts/default/Type1 +DEFAULT_FONTS_PATH = $(DESTDIR)/usr/share/fonts/default/Type1 DLLTOOL = @DLLTOOL@ ECHO = echo ENABLE_PARANOIA =