wok diff dosfstools/receipt @ rev 16054

ARM downgrade wpa_supplicant to 0.7.3 to make it compile (we realy need it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 18:05:36 2014 +0100 (2014-03-10)
parents 085ef78705d6
children 236ff5a1c6f0
line diff
     1.1 --- a/dosfstools/receipt	Mon Jan 27 11:21:33 2014 +0000
     1.2 +++ b/dosfstools/receipt	Mon Mar 10 18:05:36 2014 +0100
     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 -}