wok diff testdisk/receipt @ rev 18533
tazpkg: touch blocked-packages.list (thanks mojo)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 28 23:31:09 2015 +0000 (2015-10-28) |
parents | 17b5d4e8e248 |
children | 87ab725ce92e |
line diff
1.1 --- a/testdisk/receipt Tue May 26 11:49:18 2015 +0200 1.2 +++ b/testdisk/receipt Wed Oct 28 23:31:09 2015 +0000 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 }