wok diff man-pages/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
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	Sat May 02 17:31:45 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  }