wok-6.x diff xfce4-session/receipt @ rev 15131
scim: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 09:36:30 2013 +0000 (2013-08-15) |
parents | 1474fbd94571 |
children | f4c22f009037 |
line diff
1.1 --- a/xfce4-session/receipt Wed Jul 17 15:47:34 2013 +0200 1.2 +++ b/xfce4-session/receipt Thu Aug 15 09:36:30 2013 +0000 1.3 @@ -25,8 +25,8 @@ 1.4 --disable-gnome \ 1.5 --disable-debug \ 1.6 --libexecdir=/usr/lib/$PACKAGE \ 1.7 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.8 - make 2>&1 | grep -v libtoolT && 1.9 + --mandir=/usr/share/man $CONFIGURE_ARGS 2>&1 | grep -v libtoolT && 1.10 + make && 1.11 make DESTDIR=$DESTDIR install 1.12 } 1.13