OSDN Git Service

add dist
[rec10/rec10-git.git] / dist / trunk / rec10 / install.sh
diff --git a/dist/trunk/rec10/install.sh b/dist/trunk/rec10/install.sh
new file mode 100755 (executable)
index 0000000..3d61e16
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/bash
+SELF_DIR=`dirname $0`
+cd ${SELF_DIR}
+if type -P python2.6 > /dev/null
+then export LANG="ja_JP.UTF-8" && python2.6 ./install.py
+elif type -P python26 > /dev/null
+then export LANG="ja_JP.UTF-8" && python26 ./install.py
+elif type -P python2.7 > /dev/null
+then export LANG="ja_JP.UTF-8" && python2.7 ./install.py
+elif type -P python27 > /dev/null
+then export LANG="ja_JP.UTF-8" && python27 ./install.py
+elif type -P python2.5 > /dev/null
+then export LANG="ja_JP.UTF-8" && python2.5 ./install.py
+elif type -P python25 > /dev/null
+then export LANG="ja_JP.UTF-8" && python25 ./install.py
+fi
+
+mv Makefile.base Makefile