diff options
Diffstat (limited to 'math/ngraph/files/patch-install.sh')
-rw-r--r-- | math/ngraph/files/patch-install.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/ngraph/files/patch-install.sh b/math/ngraph/files/patch-install.sh index c864d19c5bb8..d11db8296912 100644 --- a/math/ngraph/files/patch-install.sh +++ b/math/ngraph/files/patch-install.sh @@ -1,5 +1,5 @@ ---- install.sh.orig 2009-10-15 20:17:47.000000000 +0900 -+++ install.sh 2014-06-20 21:40:11.532930042 +0900 +--- install.sh.orig 2015-07-13 03:31:19 UTC ++++ install.sh @@ -2,6 +2,7 @@ INSTALLDIR=${INSTALLDIR:-/usr/local/lib/Ngraph} @@ -8,7 +8,7 @@ TEXTFILES="Ngraph.ini .Ngraph .Ngraph.ngp .fit.ngp INSTALL.jis gpl.txt gpl.ja.txt" ADDINFILES="append.nsc math.nsc text-in.nsc \ -@@ -26,8 +27,8 @@ +@@ -26,8 +27,8 @@ if [ ! -f ./org/Ngraph.ini ] then cp Ngraph.ini ./org fi @@ -19,7 +19,7 @@ echo "Making directories in ${INSTALLDIR}" if [ ! -d ${INSTALLDIR} ] -@@ -90,7 +91,7 @@ +@@ -112,7 +113,7 @@ echo "Copying documents to ${INSTALLDIR} if [ ! -h ${BINDIR}/ngraph ] then echo "Making a symbolic link ${BINDIR}/ngraph" |