Ticket #91: cross-fix-root.patch

File cross-fix-root.patch, 507 bytes (added by Daniel Benoy, 3 years ago)
Line 
1*** cross-fix-root.old  Sat Mar 14 09:14:21 2009
2--- cross-fix-root      Sat Mar 14 09:24:50 2009
3***************
4*** 45,48 ****
5  fix_pc_files ${CROSS_ROOT}
6  pc_count=$?
7  :
8! ( . /sbin/functions.sh ; einfo "Scanned/Fixed $pc_count "'*'".pc and $la_count "'*'".la files" )
9--- 45,48 ----
10  fix_pc_files ${CROSS_ROOT}
11  pc_count=$?
12  :
13! ( test -e /sbin/functions.sh && source /sbin/functions.sh || source /etc/init.d/functions.sh ; einfo "Scanned/Fixed $pc_count "'*'".pc and $la_count "'*'".la files" )
14