wok-next rev 15845
dosfstools: update genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 11:23:53 2014 +0000 (2014-01-27) |
parents | 085ef78705d6 |
children | 0e65bb5051a2 |
files | dosfstools/receipt |
line diff
1.1 --- a/dosfstools/receipt Mon Jan 27 11:21:33 2014 +0000 1.2 +++ b/dosfstools/receipt Mon Jan 27 11:23:53 2014 +0000 1.3 @@ -21,18 +21,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/sbin 1.7 - cp -a $src/mkdosfs $fs/sbin 1.8 - cp -a $src/dosfsck $fs/sbin 1.9 - cp -a $src/dosfslabel $fs/sbin 1.10 + cp -a $src/mkfs.fat $fs/sbin 1.11 + cp -a $src/fsck.fat $fs/sbin 1.12 + cp -a $src/fatlabel $fs/sbin 1.13 } 1.14 - 1.15 -# Overlap busybox 1.16 -pre_install() 1.17 -{ 1.18 - rm -f $1/sbin/mkdosfs 1.19 -} 1.20 - 1.21 -post_remove() 1.22 -{ 1.23 - ln -s /bin/busybox /sbin/mkdosfs 1.24 -}