wok-next diff testdisk/receipt @ rev 18596
libsdl: fix post_install() status
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 13 17:31:47 2015 +0200 (2015-11-13) |
parents | 17b5d4e8e248 |
children | 87ab725ce92e |
line diff
1.1 --- a/testdisk/receipt Tue May 26 11:49:18 2015 +0200 1.2 +++ b/testdisk/receipt Fri Nov 13 17:31:47 2015 +0200 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 }