wok rev 23163

updated man-pages (5.00 -> 5.05)
author Hans-G?nter Theisgen
date Tue Mar 17 14:37:26 2020 +0100 (2020-03-17)
parents 7619313c009f
children 11ae0e257652
files man-pages/receipt
line diff
     1.1 --- a/man-pages/receipt	Tue Mar 17 14:30:06 2020 +0100
     1.2 +++ b/man-pages/receipt	Tue Mar 17 14:37:26 2020 +0100
     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  }