Commit c03a0300 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Fix change_prefix for .la.

parent 098dbe89
......@@ -68,9 +68,7 @@ for file in $files; do
fi
done
cd $new_prefix2/lib/
pwd
files=` ls -1 *.la`
files=`find . -name *.la`
for file in $files; do
echo "Fixing up .la $file"
sed -e "s,$prefix,$new_prefix,g" < $file > $file.tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment