wok diff posixovl/receipt @ rev 21481

updated mpc-library (1.0.3 -> 1.1.0)
author Hans-G?nter Theisgen
date Wed May 01 08:44:22 2019 +0100 (2019-05-01)
parents c9e270dd464f
children aaa3fcf79cf3
line diff
     1.1 --- a/posixovl/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/posixovl/receipt	Wed May 01 08:44:22 2019 +0100
     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  }