aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieltourde <danieltourde@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-20 21:38:03 +0000
committerdanieltourde <danieltourde@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-20 21:38:03 +0000
commit7e0ed64a590826ae4398825fb1328da5544e55b0 (patch)
tree4bdae6b1cbdf0197ead8b8a3e5626a1a328af59a /sci-misc/salome-med/files/salome-med-3.2.6_environ.patch
parentCorrected a minor issue (the icon reference) (diff)
downloadsci-7e0ed64a590826ae4398825fb1328da5544e55b0.tar.gz
sci-7e0ed64a590826ae4398825fb1328da5544e55b0.tar.bz2
sci-7e0ed64a590826ae4398825fb1328da5544e55b0.zip
Initial update. There is still some work to do but it starts to get shape! ;)
See bug #155974 git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1078 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-misc/salome-med/files/salome-med-3.2.6_environ.patch')
-rw-r--r--sci-misc/salome-med/files/salome-med-3.2.6_environ.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-misc/salome-med/files/salome-med-3.2.6_environ.patch b/sci-misc/salome-med/files/salome-med-3.2.6_environ.patch
new file mode 100644
index 000000000..8af83ea5a
--- /dev/null
+++ b/sci-misc/salome-med/files/salome-med-3.2.6_environ.patch
@@ -0,0 +1,27 @@
+--- src/MedClient/test/environ/Makefile.in_orig 2008-01-04 17:11:06.000000000 +0100
++++ src/MedClient/test/environ/Makefile.in 2008-01-04 17:12:08.000000000 +0100
+@@ -29,6 +29,7 @@
+ top_builddir=../../../..
+ srcdir=@srcdir@
+ VPATH=.:@srcdir@
++prefix=@prefix@
+
+ BIN= runEnvironTests
+
+@@ -53,11 +54,11 @@
+ chmod +x csh/*
+
+ install:
+- mkdir -p @prefix@/Tests/environ
+- cp -rf ${BIN} csh @prefix@/Tests/environ
+- cd @prefix@/Tests/environ ; chmod u+x ${BIN}
+- cp -f ${top_builddir}/bin/runTestMedCorba @prefix@/bin
+- chmod +x @prefix@/bin/runTestMedCorba
++ mkdir -p ${prefix}/Tests/environ
++ cp -rf ${BIN} csh ${prefix}/Tests/environ
++ cd ${prefix}/Tests/environ ; chmod u+x ${BIN}
++ cp -f ${top_builddir}/bin/runTestMedCorba ${prefix}/bin
++ chmod +x ${prefix}/bin/runTestMedCorba
+
+ ./%: @srcdir@/%.in
+ cd $(top_builddir) ; \