From 6f56dacb3a858875a47107f891a041e34e441f0b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 9 Sep 2007 20:08:07 +0000 Subject: Initial revision --- libgda/build/RML_Makefiles.patch | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libgda/build/RML_Makefiles.patch (limited to 'libgda/build/RML_Makefiles.patch') diff --git a/libgda/build/RML_Makefiles.patch b/libgda/build/RML_Makefiles.patch new file mode 100644 index 00000000..f3f8ef5d --- /dev/null +++ b/libgda/build/RML_Makefiles.patch @@ -0,0 +1,36 @@ +diff -uarN RML.orig/trml2html/Makefile RML/trml2html/Makefile +--- RML.orig/trml2html/Makefile 2007-09-09 21:12:11.000000000 +0200 ++++ RML/trml2html/Makefile 2007-09-09 21:54:53.000000000 +0200 +@@ -483,11 +483,11 @@ + + + install-exec-local: +- -mkdir -p $(bindir)/gda_trml2html +- -cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_PROGRAM) $(files) $(bindir)/gda_trml2html ++ -mkdir -p $(DESTDIR)$(bindir)/gda_trml2html ++ -cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_PROGRAM) $(files) $(DESTDIR)$(bindir)/gda_trml2html + + uninstall-local: +- -rm -rf $(bindir)/gda_trml2html ++ -rm -rf $(DESTDIR)$(bindir)/gda_trml2html + # 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. + .NOEXPORT: +diff -uarN RML.orig/trml2pdf/Makefile RML/trml2pdf/Makefile +--- RML.orig/trml2pdf/Makefile 2007-09-09 21:12:11.000000000 +0200 ++++ RML/trml2pdf/Makefile 2007-09-09 21:54:17.000000000 +0200 +@@ -484,11 +484,11 @@ + + + install-exec-local: +- -mkdir -p $(bindir)/gda_trml2pdf +- -cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_PROGRAM) $(files) $(bindir)/gda_trml2pdf ++ -mkdir -p $(DESTDIR)$(bindir)/gda_trml2pdf ++ -cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_PROGRAM) $(files) $(DESTDIR)$(bindir)/gda_trml2pdf + + uninstall-local: +- -rm -rf $(bindir)/gda_trml2pdf ++ -rm -rf $(DESTDIR)$(bindir)/gda_trml2pdf + # 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. + .NOEXPORT: -- cgit v1.2.3-65-gdbad