summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-29 10:54:47 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-29 10:54:47 +0200
commit2ad5e5733158fee481b8922163dcfdbb676fe389 (patch)
treed6a1bda158ad62aee0fa4daed225a82e0a868acc /openbabel.sh
parent9eee46910ade214786fe6362b9f9a60cf2b5e44d (diff)
Fixed OB build prefix
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 dddbfa9..2c09f4d 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -54,7 +54,7 @@ if [ ! $OB_DONE ]; then
exit 1
fi
cd "/tmp/$OBVER"
- ./configure
+ ./configure --prefix="$PREFIX"
make
make install
fi