wok-stable diff testdisk/receipt @ rev 6829

Add openshot: mv from undigest
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:16:06 2010 -0400 (2010-10-19)
parents 4f9a731119f6
children 91afa4c503ea
line diff
     1.1 --- a/testdisk/receipt	Sat May 08 00:40:05 2010 +0000
     1.2 +++ b/testdisk/receipt	Tue Oct 19 21:16:06 2010 -0400
     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 \