summaryrefslogtreecommitdiff
path: root/openbabel.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-30 11:09:45 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-30 11:09:45 +0200
commit17355a678250ea26d76cfe4a6f0229c8d8d43d69 (patch)
tree0a85f3b22a91c69f541d36dd8ef6086eab78beac /openbabel.sh
parente869a714da6cc4611305a05f971d27e913f9cf46 (diff)
Fixed test
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 48d752d..3eb8c2f 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -93,7 +93,7 @@ if ! $OB_DONE ; then
cmd="ruby extconf.rb --with-openbabel-include=$OB_DEST/include/openbabel-2.0 --with-openbabel-lib=$OB_DEST/lib" && run_cmd "$cmd" "Code"
cmd="make" && run_cmd "$cmd" "Make"
cmd="cp openbabel.so $OB_DEST_BINDINGS" && run_cmd "$cmd" "Install"
- cmd="ln -s $OB_DEST_BINDINGS/openbabel.so $RUBY_DEST/lib/ruby/site_ruby/1.8/`uname -m`-linux/" && run_cmd "$cmd" "Link"
+ cmd="ln -sf $OB_DEST_BINDINGS/openbabel.so $RUBY_DEST/lib/ruby/site_ruby/1.8/`uname -m`-linux/" && run_cmd "$cmd" "Link"
cd "$DIR"
. "`pwd`/utils.sh"
cd "$CDIR"