wok diff testdisk/receipt @ rev 8114

Fix: lzma wrapper in xz package should now display usage correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 23 22:57:43 2011 +0100 (2011-01-23)
parents 4f9a731119f6
children 91afa4c503ea
line diff
     1.1 --- a/testdisk/receipt	Sat May 08 00:40:05 2010 +0000
     1.2 +++ b/testdisk/receipt	Sun Jan 23 22:57:43 2011 +0100
     1.3 @@ -16,6 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	grep -qs 'define u8' src/hdaccess.c ||
     1.8 +	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' src/hdaccess.c
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--mandir=/usr/share/man \