wok-current diff gamin/receipt @ rev 4353
Update: java-* - remove files that are already in dependent packages
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Oct 03 22:00:35 2009 +0000 (2009-10-03) |
parents | 96a2c64fe0bd |
children | 92d66db6d2b5 |
line diff
1.1 --- a/gamin/receipt Thu Jun 11 16:33:00 2009 +0200 1.2 +++ b/gamin/receipt Sat Oct 03 22:00:35 2009 +0000 1.3 @@ -21,8 +21,9 @@ 1.4 --libexecdir=/usr/lib/gamin \ 1.5 --infodir=/usr/share/info \ 1.6 --mandir=/usr/share/man \ 1.7 - $CONFIGURE_ARGS 1.8 - make 1.9 + $CONFIGURE_ARGS && 1.10 + make && 1.11 + mkdir -p $PWD/_pkg/usr/include && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14