wok diff e2fsprogs/receipt @ rev 8939
gtksourceview, gyrus, icewm, kino, libcanberra, libstroke, linphone, linuxdcpp: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 01 16:43:54 2011 +0100 (2011-03-01) |
parents | bdcb3c29980e |
children | 7b7b3127147e |
line diff
1.1 --- a/e2fsprogs/receipt Thu Dec 23 15:36:53 2010 +0000 1.2 +++ b/e2fsprogs/receipt Tue Mar 01 16:43:54 2011 +0100 1.3 @@ -48,3 +48,16 @@ 1.4 rm $fs/usr/sbin/uuidd $fs/usr/bin/uuidgen 1.5 rm $fs/lib/libuuid* $fs/usr/lib/libuuid* 1.6 } 1.7 + 1.8 +# Overlap busybox 1.9 +pre_install() 1.10 +{ 1.11 + rm -f $1/sbin/findfs 1.12 + rm -f $1/sbin/tune2fs 1.13 +} 1.14 + 1.15 +post_remove() 1.16 +{ 1.17 + ln -s /bin/busybox /sbin/findfs 1.18 + ln -s /bin/busybox /sbin/tune2fs 1.19 +}