Fix proflibs again.
This commit is contained in:
parent
aa7f228f65
commit
ec9ec25ab9
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Move the profiled libraries out to their own dist
|
||||
for i in ${RD}/trees/bin/usr/lib/${OBJFORMAT}/*_p.a; do
|
||||
for i in ${RD}/trees/bin/usr/lib/*_p.a; do
|
||||
if [ -f $i ]; then
|
||||
mv $i ${RD}/trees/proflibs/usr/lib/${OBJFORMAT};
|
||||
mv $i ${RD}/trees/proflibs/usr/lib;
|
||||
fi;
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user