wok rev 24879

updated man-pages (5.05 -> 5.13)
author Hans-G?nter Theisgen
date Thu Mar 31 14:20:54 2022 +0100 (2022-03-31)
parents 860cdb4f3471
children f4e11d380d56
files man-pages/receipt
line diff
     1.1 --- a/man-pages/receipt	Thu Mar 31 14:03:13 2022 +0100
     1.2 +++ b/man-pages/receipt	Thu Mar 31 14:20:54 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="man-pages"
     1.7 -VERSION="5.05"
     1.8 +VERSION="5.13"
     1.9  CATEGORY="doc"
    1.10  SHORT_DESC="Linux manual pages."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -21,7 +21,12 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	make DESTDIR=$install install
    1.17 +	# busybox install has no option T
    1.18 +	sed -i 's| -T | |'	Makefile
    1.19 +
    1.20 +	make	install			\
    1.21 +		DESTDIR=$install	\
    1.22 +		prefix=/usr
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.