Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1228 / extensions / ext3Dgui / gen_simb_link.sh @ 34604

History | View | Annotate | Download (381 Bytes)

1
export BINARIES_3D=$PWD/../binaries/linux/3D;
2
echo $BINARIES_3D;
3
cd $HOME/.depman/lib
4
find . -type l -exec ls -l {} ';' |sed 's/.*[.][/]//g' | sed 's/\(.*\) -> \(.*\)$/ln -sf \2 \1/g' > $BINARIES_3D/install-3D.tmp ;
5
cat $BINARIES_3D/install-3D.sh.head $BINARIES_3D/install-3D.tmp > $BINARIES_3D/install-3D.sh ;
6
chmod +x $BINARIES_3D/install-3D.sh
7
rm -f $BINARIES_3D/install-3D.tmp