wok diff memtest/receipt @ rev 20086
clamav: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 28 13:29:46 2017 +0200 (2017-09-28) |
parents | 9e463ebef079 |
children | beda06c66d60 |
line diff
1.1 --- a/memtest/receipt Thu May 04 12:47:15 2017 +0200 1.2 +++ b/memtest/receipt Thu Sep 28 13:29:46 2017 +0200 1.3 @@ -42,6 +42,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/boot 1.8 + mkdir -p $fs/boot $install/usr/share/doc 1.9 + cp $src/README* $install/usr/share/doc 1.10 + cp $src/FAQ $install/usr/share/doc 1.11 cp $src/memtest.packed $fs/boot/memtest 1.12 }