wok diff fuse/receipt @ rev 20677

Up cdrtools (3.01) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 23:58:18 2019 +0100 (2019-01-24)
parents 18595cbe422e
children ae73fb35f0cf
line diff
     1.1 --- a/fuse/receipt	Mon Jan 27 04:24:04 2014 +0000
     1.2 +++ b/fuse/receipt	Thu Jan 24 23:58:18 2019 +0100
     1.3 @@ -10,16 +10,14 @@
     1.4  WEB_SITE="http://fuse.sourceforge.net/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  TAGS="filesystem"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14 -		--mandir=/usr/share/man \
    1.15 +	./configure \
    1.16  		$CONFIGURE_ARGS &&
    1.17 -	make &&
    1.18 -	make DESTDIR=$DESTDIR install
    1.19 +	make && make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.