wok rev 19726

testdisk: simplify some initializations
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 16 18:55:42 2017 +0100 (2017-02-16)
parents 1fdc9611ce78
children 22f47e58bb56
files testdisk/receipt
line diff
     1.1 --- a/testdisk/receipt	Thu Feb 16 15:48:06 2017 +0100
     1.2 +++ b/testdisk/receipt	Thu Feb 16 18:55:42 2017 +0100
     1.3 @@ -20,6 +20,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i '/alloc_data_t list_search_space={/{s/={/;/;n;s/.list /list_search_space&/;s/$/;/;nd}' src/qphotorec.cpp
     1.8 +	sed -i '/file_info_t dir_list = {/{s/= {/;/;n;s/.list /dir_list&/;s/,$/;/;n;s/.name/dir_list&/;s/$/;/;nd}' src/qpsearch.cpp
     1.9  	sed -i 's/COLOR_RED/COLOR_YELLOW/' src/intrfn.c
    1.10  	./configure --with-ntfs3g $CONFIGURE_ARGS &&
    1.11  	make && make install