wok diff slitaz-loram/stuff/loram.rootfs @ rev 4402
xorg-xauth: Change description.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 18 12:32:13 2009 +0000 (2009-10-18) |
parents | 27c64029013c |
children | d9ddcc6d973c |
line diff
1.1 --- a/slitaz-loram/stuff/loram.rootfs Wed Feb 04 14:58:33 2009 +0000 1.2 +++ b/slitaz-loram/stuff/loram.rootfs Sun Oct 18 12:32:13 2009 +0000 1.3 @@ -1,7 +1,9 @@ 1.4 echo "$(du -hs ./usr | cut -f1) were used by /usr" 1.5 -lib/ld-*.so --list ./sbin/insmod | grep /usr/lib | cut -d\ -f3 | \ 1.6 -while read ii; do 1.7 - mv .${ii%%.so.*}.so* ./lib 1.8 +for j in insmod unmkcromfs unsquashfs ; do 1.9 + lib/ld-*.so --list *bin/$j 2> /dev/null | grep /usr/lib | cut -d\ -f3 | \ 1.10 + while read ii; do 1.11 + mv .${ii%%.so.*}.so* ./lib 1.12 + done 1.13 done 1.14 for ii in /sbin /lib /bin; do 1.15 mkdir -p ./usr/.moved$ii