wok-6.x diff dosfstools/receipt @ rev 20196

Up autofs, btrfs-progs, cifs-utils, davfs2, dosfstools, moosefs (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 15:40:22 2018 +0100 (2018-02-12)
parents 401224c936cc
children 6f4d84436b9f
line diff
     1.1 --- a/dosfstools/receipt	Mon Feb 12 13:54:33 2018 +0100
     1.2 +++ b/dosfstools/receipt	Mon Feb 12 15:40:22 2018 +0100
     1.3 @@ -24,8 +24,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/sbin
     1.8 -	cp -a $src/mkfs.fat $fs/sbin
     1.9 -	cp -a $src/fsck.fat $fs/sbin
    1.10 -	cp -a $src/fatlabel $fs/sbin
    1.11 +	mkdir -p $fs/use
    1.12 +	cp -a $install/usr/sbin $fs/usr
    1.13  }