wok diff iat/receipt @ rev 1425

postgresql: ensure not to overload tux user
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 28 18:45:59 2008 +0000 (2008-09-28)
parents 8c8d1dfb63df
children faa4c6e9600b
line diff
     1.1 --- a/iat/receipt	Thu Jul 24 09:52:02 2008 +0000
     1.2 +++ b/iat/receipt	Sun Sep 28 18:45:59 2008 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="iat"
     1.5  VERSION="0.1.3"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM 
     1.8 +SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \
     1.9  image file formats and converting them into ISO-9660."
    1.10  MAINTAINER="chadi.elahmad@gmail.com"
    1.11  
    1.12 @@ -27,8 +27,8 @@
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15  		--infodir=/usr/share/info \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS && \
    1.19 +	make && \
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22