summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanojgudi2013-10-14 13:13:56 +0530
committermanojgudi2013-10-14 13:13:56 +0530
commit8f2eb237ccdc4b14a2ef6c489e9f50389be7bdde (patch)
treed12f2e024b12c148330fa97961573bb783e0053c
parent1b865e2058eae46e4619ce9117f8e0da918fe467 (diff)
downloadsciscipy-1.0.0-8f2eb237ccdc4b14a2ef6c489e9f50389be7bdde.tar.gz
sciscipy-1.0.0-8f2eb237ccdc4b14a2ef6c489e9f50389be7bdde.tar.bz2
sciscipy-1.0.0-8f2eb237ccdc4b14a2ef6c489e9f50389be7bdde.zip
handled for amd64
-rwxr-xr-xinstall4
1 files changed, 4 insertions, 0 deletions
diff --git a/install b/install
index 548aaf6..b4c6ddb 100755
--- a/install
+++ b/install
@@ -8,6 +8,10 @@ end=$(tput sgr 0)
# Define Hardware platform
platform=`uname -i`
+if [$platform == "x86_64"] then
+platform="amd64"
+fi
+
echo "$bold $red Installing Dependencies $end"
echo "$bold $yel > Installing Scilab... $end"