wok diff dbus-glib/receipt @ rev 1550
icu: build iconv
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 20:25:39 2008 +0000 (2008-10-11) |
parents | a515fcc7a579 |
children | efcf1c3904a1 |
line diff
1.1 --- a/dbus-glib/receipt Thu May 15 20:47:38 2008 +0200 1.2 +++ b/dbus-glib/receipt Sat Oct 11 20:25:39 2008 +0000 1.3 @@ -18,8 +18,8 @@ 1.4 ./configure \ 1.5 --prefix=/usr \ 1.6 --mandir=/usr/share/man \ 1.7 - $CONFIGURE_ARGS 1.8 - make 1.9 + $CONFIGURE_ARGS && 1.10 + make && 1.11 make DESTDIR=$PWD/_pkg install 1.12 } 1.13