wok-next diff testdisk/receipt @ rev 18338

Up: opus-tools (0.1.9)
author Alexander Medvedev <devl547@gmail.com>
date Thu Sep 10 22:14:58 2015 +0000 (2015-09-10)
parents 17b5d4e8e248
children 87ab725ce92e
line diff
     1.1 --- a/testdisk/receipt	Tue May 26 11:49:18 2015 +0200
     1.2 +++ b/testdisk/receipt	Thu Sep 10 22:14:58 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  }