wok diff testdisk/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
parents 87ab725ce92e
children a78610b2eb47
line diff
     1.1 --- a/testdisk/receipt	Wed Dec 16 11:56:20 2015 +0100
     1.2 +++ b/testdisk/receipt	Mon Oct 09 13:07:28 2017 +0200
     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