Merge with git+ssh://sgc@fondialog1.hum.uva.nl/fro/git/sgc.git
[sgc.git] / production
blob4bb723c379e6417763825665c539ae204982b551
1 mkdir -p dist/lib
3 for i in `ldd $1 | awk '{ if( NF > 3) { print $3 } }'`; do
4         cp $i dist/lib/.
5 done