wok diff posixovl/receipt @ rev 21472

Update syslinux/iso2exe/init for tazboot.exe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 30 21:40:22 2019 +0200 (2019-04-30)
parents c9e270dd464f
children aaa3fcf79cf3
line diff
     1.1 --- a/posixovl/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/posixovl/receipt	Tue Apr 30 21:40:22 2019 +0200
     1.3 @@ -31,6 +31,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/sbin
     1.8 -	cp $src/mount.posixovl $fs/usr/sbin 
     1.9 +	mkdir -p $fs/usr/sbin $install/usr/share/man/man1
    1.10 +	cp $src/mount.posixovl $fs/usr/sbin
    1.11 +	cp $src/posixovl.1 $install/usr/share/man/man1
    1.12  }