wok-next diff wine/receipt @ rev 8646
Fixed postgresqlclient post_remove. Its also using .files-list files directly now. So sources will not take up space on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 15 19:34:52 2011 +0000 (2011-02-15) |
parents | e941703ed6b2 |
children | f3c1a01dae12 |
line diff
1.1 --- a/wine/receipt Sat Dec 04 06:16:10 2010 +0000 1.2 +++ b/wine/receipt Tue Feb 15 19:34:52 2011 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 { 1.5 cd $src 1.6 1.7 - patch -p1 < ../stuff/wine-1.2-cdrom.c.u || exit 1 1.8 + patch -p1 < ../stuff/wine-1.2-cdrom.c.u || return 1 1.9 1.10 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.11 --mandir=/usr/share/man $CONFIGURE_ARGS &&