wok-4.x rev 1309
iat: a single line for SHORT_DESC
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 26 15:22:24 2008 +0000 (2008-08-26) |
parents | 27ee6849ba17 |
children | da752858e9a3 |
files | iat/receipt |
line diff
1.1 --- a/iat/receipt Tue Aug 26 08:36:27 2008 +0000 1.2 +++ b/iat/receipt Tue Aug 26 15:22:24 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