Skip to content

Commit

Permalink
fix for future installs not overwriting previous installs
Browse files Browse the repository at this point in the history
[cappuccino#134 state:resolved milestone:0.6]
  • Loading branch information
netguy204 authored and Ross Boucher committed Nov 10, 2008
1 parent 08c1973 commit 0907f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Install/install-tools
Expand Up @@ -25,7 +25,7 @@ done
mkdir -p $INSTALL_DIR/bin
mkdir -p $INSTALL_DIR/share

cp -fR objj/ $INSTALL_DIR/share/objj
cp -fR objj/ $INSTALL_DIR/share/

ln -sf $INSTALL_DIR/share/objj/bin/nib2cib $INSTALL_DIR/bin/nib2cib
ln -sf $INSTALL_DIR/share/objj/bin/objj $INSTALL_DIR/bin/objj
Expand Down

0 comments on commit 0907f28

Please sign in to comment.