From 8933ae04575f3bc41a535502523c0c7d01cc87ac Mon Sep 17 00:00:00 2001 From: Christophe Paccolat Date: Mon, 3 Dec 2012 14:18:53 +0100 Subject: sci-misc/elmer-meta: New ebuilds for Elmer FEM packages --- .../files/elmer-front-Makefile-install.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sci-misc/elmer-front/files/elmer-front-Makefile-install.patch (limited to 'sci-misc/elmer-front/files/elmer-front-Makefile-install.patch') diff --git a/sci-misc/elmer-front/files/elmer-front-Makefile-install.patch b/sci-misc/elmer-front/files/elmer-front-Makefile-install.patch new file mode 100644 index 000000000..6ecbe6f8e --- /dev/null +++ b/sci-misc/elmer-front/files/elmer-front-Makefile-install.patch @@ -0,0 +1,18 @@ +--- front/src/Makefile.am.old 2012-11-12 13:25:34.331046988 +0100 ++++ front/src/Makefile.am 2012-11-12 13:27:36.055100527 +0100 +@@ -85,13 +85,13 @@ + endif + + install-data-local: +- @echo "Installing tcl scripts to ${prefix}/share/elmerfront/tcl" ++ @echo "Installing tcl scripts to ${DESTDIR}${prefix}/share/elmerfront/tcl" + + mkdir -p "$(DESTDIR)${prefix}/share/elmerfront/tcl" + cp -r ./tcl/* "$(DESTDIR)${prefix}/share/elmerfront/tcl" + rm -rf `find $(DESTDIR)$(prefix)/share/elmerfront/tcl -name .svn` + +- @echo "Installing *.edf *.rgb to ${prefix}/share/elmerfront/lib" ++ @echo "Installing *.edf *.rgb to ${DESTDIR}${prefix}/share/elmerfront/lib" + mkdir -p "$(DESTDIR)${prefix}/share/elmerfront/lib" + cp -r ./lib/* "$(DESTDIR)${prefix}/share/elmerfront/lib" + rm -rf `find $(DESTDIR)$(prefix)/share/elmerfront/lib -name .svn` -- cgit v1.2.3