wok diff iat/receipt @ rev 20289

elilo: force ia32 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 13:11:07 2018 +0200 (2018-04-10)
parents faa4c6e9600b
children 20661c276bcf
line diff
     1.1 --- a/iat/receipt	Tue Feb 16 14:37:58 2010 +0000
     1.2 +++ b/iat/receipt	Tue Apr 10 13:11:07 2018 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \
     1.5  image file formats and converting them into ISO-9660."
     1.6  MAINTAINER="chadi.elahmad@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
    1.10  WEB_SITE="http://iat.berlios.de/"
    1.11 @@ -30,13 +31,12 @@
    1.12  		--infodir=/usr/share/info \
    1.13  		$CONFIGURE_ARGS && \
    1.14  	make && \
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25  }
    1.26 -