wok rev 18214

testdisk: more visible deleted files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 17 12:38:01 2015 +0200 (2015-07-17)
parents c9a75d9c5640
children c3bdb0de80a7
files testdisk/receipt
line diff
     1.1 --- a/testdisk/receipt	Thu Jul 16 16:57:30 2015 +0200
     1.2 +++ b/testdisk/receipt	Fri Jul 17 12:38:01 2015 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's/COLOR_RED/COLOR_YELLOW/' src/intrfn.c
     1.8  	./configure --with-ntfs3g $CONFIGURE_ARGS &&
     1.9  	make && make install
    1.10  }