wok diff zstd/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 8f689ce18e9c
children a1fabd7faf61
line diff
     1.1 --- a/zstd/receipt	Sat Jul 01 15:39:55 2017 +0200
     1.2 +++ b/zstd/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -25,7 +25,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10  	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    1.11 +	cp -a $src/doc $fs/usr/share
    1.12  }