wok-current diff obexfs/receipt @ rev 22017
xcircuit: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 19 18:20:40 2019 +0200 (2019-10-19) |
parents | 709cc39a8b9f |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/obexfs/receipt Thu Apr 13 10:26:13 2017 +0200 1.2 +++ b/obexfs/receipt Sat Oct 19 18:20:40 2019 +0200 1.3 @@ -28,6 +28,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 + mkdir -p $fs/usr $install/usr/share/doc 1.9 cp -a $install/usr/bin $fs/usr 1.10 + cp -a $src/README $install/usr/share/doc 1.11 }