source: gs2-extensions/music-stand/trunk/FIX-LA.sh@ 29657

Last change on this file since 29657 was 22149, checked in by davidb, 14 years ago

Helper script to deal to cross-compile libtool issues

  • Property svn:executable set to *
File size: 175 bytes
Line 
1#/bin/bash
2
3
4pushd linux/lib
5
6for f in *.la ; do
7 echo "Fixing $f"
8 sed -i~ -e "s; /usr/lib/; /usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/;g" $f
9done
10
11popd
Note: See TracBrowser for help on using the repository browser.