wok rev 13773

graphviz: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 14:58:13 2013 +0100 (2013-01-03)
parents a24ea2bd11ad
children c9602e55de2b
files graphviz/receipt
line diff
     1.1 --- a/graphviz/receipt	Thu Jan 03 14:47:00 2013 +0100
     1.2 +++ b/graphviz/receipt	Thu Jan 03 14:58:13 2013 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	sed -i 's/.*php5.*/&\n  sed -i "s|char .type_name;|const \&|" gv_php.cpp/' tclpkg/gv/Makefile*
     1.8 +	sed -i 's/.*php5.*/&\n	sed -i "s|char .type_name;|const \&|" gv_php.cpp/' tclpkg/gv/Makefile*
     1.9  	./configure --prefix=/usr \
    1.10  		--infodir=/usr/share/info \
    1.11  		--disable-static \