wok diff testdisk/receipt @ rev 18398

merge default
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 03:21:48 2015 +0000 (2015-09-19)
parents 17b5d4e8e248
children 87ab725ce92e
line diff
     1.1 --- a/testdisk/receipt	Tue May 26 11:49:18 2015 +0200
     1.2 +++ b/testdisk/receipt	Sat Sep 19 03:21:48 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  }