wok diff fstransform/receipt @ rev 23921

Up slitaz-tools (1036), tazinst (105), tazusb (209)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 15:07:47 2020 +0000 (2020-08-21)
parents 9c10cdfa2fe9
children 5ea0ce1cecc0
line diff
     1.1 --- a/fstransform/receipt	Mon Aug 03 14:59:04 2020 +0000
     1.2 +++ b/fstransform/receipt	Fri Aug 21 15:07:47 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  }