summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 14:07:48 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 14:07:48 +0200
commitb0725f09bbf9d47d1612ccfa4dd0f9c04f5e9610 (patch)
tree65afa013a9de09bad25eb5040db97d884978c2f4 /openbabel.sh
parentd5879ae995bb516ccf8ef4ecdfa6ebd85cab2246 (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 61711e0..c868b2b 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 $OB_VER" && run_cmd "$cmd" "Unpack"
cd "/tmp/$OB_VER"
cmd="./configure --prefix=$OB_DEST" && run_cmd "$cmd" "Configure"