Magellan Linux

Diff of /branches/mage-next/src/tools/autodepend.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2543 by niro, Wed Jan 29 11:36:46 2014 UTC revision 2546 by niro, Wed Jan 29 11:40:50 2014 UTC
# Line 30  build_dep_list() Line 30  build_dep_list()
30    
31   # if /lib /lib64 are symlinks than add a prefix to honor usr-move   # if /lib /lib64 are symlinks than add a prefix to honor usr-move
32   if [[ -L /lib ]] || [[ -L /lib64 ]]   if [[ -L /lib ]] || [[ -L /lib64 ]]
33   then     then
34   prefix="/usr"   prefix="/usr"
35   fi   fi
36    

Legend:
Removed from v.2543  
changed lines
  Added in v.2546