wok diff man-pages/receipt @ rev 23763
fusecloop: multicompressor support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 05 20:14:04 2020 +0000 (2020-05-05) |
parents | 1e04e0b693fc |
children | 71360a13cd94 |
line diff
1.1 --- a/man-pages/receipt Wed Apr 24 14:09:33 2019 +0100 1.2 +++ b/man-pages/receipt Tue May 05 20:14:04 2020 +0000 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="man-pages" 1.7 -VERSION="5.00" 1.8 +VERSION="5.05" 1.9 CATEGORY="doc" 1.10 -SHORT_DESC="Linux manual pages" 1.11 +SHORT_DESC="Linux manual pages." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="unknown" 1.14 WEB_SITE="https://www.kernel.org/doc/man-pages/" 1.15 @@ -20,5 +20,5 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - cp -a $install/* $fs 1.20 + cp -a $install/* $fs 1.21 }