summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 14:06:27 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 14:06:27 +0200
commitd5879ae995bb516ccf8ef4ecdfa6ebd85cab2246 (patch)
tree58d2fc82c625f531d6367b9b859c62e1e4356a28 /openbabel.sh
parent6bcb46de198aff22039eeb40f2a4392421c823d8 (diff)
all
Diffstat (limited to 'openbabel.sh')
-rwxr-xr-xopenbabel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbabel.sh b/openbabel.sh
index 5b16a1b..61711e0 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -45,7 +45,7 @@ if [ ! $OB_DONE ]; then
cd /tmp
URI="http://downloads.sourceforge.net/project/openbabel/openbabel/$OB_NUM_VER/$OB_VER.tar.gz?use_mirror=kent"
cmd="$WGET $URI" && run_cmd "$cmd" "Download"
- cmd="tar zxf $OB_VER.tar.gz" && run_cmd "$cmd" "Unpack"
+ cmd="tar zxf $OB_VER.tar.gz*" && run_cmd "$cmd" "Unpack"
cd "/tmp/$OB_VER"
cmd="./configure --prefix=$OB_DEST" && run_cmd "$cmd" "Configure"