wok diff fstransform/receipt @ rev 23908

Up tazinst (101)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 08 16:48:38 2020 +0000 (2020-08-08)
parents 9c10cdfa2fe9
children 5ea0ce1cecc0
line diff
     1.1 --- a/fstransform/receipt	Mon Aug 03 14:59:04 2020 +0000
     1.2 +++ b/fstransform/receipt	Sat Aug 08 16:48:38 2020 +0000
     1.3 @@ -16,9 +16,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man \
     1.9 -	$CONFIGURE_ARGS &&
    1.10 +	./configure --prefix=/usr \
    1.11 +		$CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }