|
|
@ -276,7 +276,7 @@ postflist_static_lib() { |
|
|
|
echo_status "processing static lib corrections ..." |
|
|
|
egrep '^lib/.*\.(a|la)$' $builddir/flist.txt | |
|
|
|
while read fn ; do |
|
|
|
[ -f $root/$fn ] || continue |
|
|
|
[ -e $root/$fn -o -L $root/$fn ] || continue |
|
|
|
if [[ $fn = *.a ]] ; then |
|
|
|
mv -fv $root/$fn $root/usr/$fn |
|
|
|
else |
|
|
|