wok-6.x diff libburn/receipt @ rev 13826
beaver: fix log output
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 11:25:06 2013 +0100 (2013-01-07) |
parents | 4119f5841ac1 |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libburn/receipt Tue Apr 12 11:22:33 2011 +0000 1.2 +++ b/libburn/receipt Mon Jan 07 11:25:06 2013 +0100 1.3 @@ -15,7 +15,7 @@ 1.4 cd $src 1.5 #grep -qs 'define u8' libburn/sg-linux.c || 1.6 #sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' libburn/sg-linux.c 1.7 - ./configure && 1.8 + ./configure $CONFIGURE_ARGS && 1.9 make && 1.10 make -j1 DESTDIR=$DESTDIR install 1.11 }