wok changeset 13142:1d8243d194b8
gource: fix compile_rules
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon Jul 09 18:46:00 2012 +0200 (10 months ago ago) |
| parents | b953f0236140 |
| children | e042e287b664 |
| files | gource/receipt |
line diff
1.1 --- a/gource/receipt Mon Jul 09 16:05:50 2012 +0200 1.2 +++ b/gource/receipt Mon Jul 09 18:46:00 2012 +0200 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/boost::filesystem3::/boost::filesystem::/' src/logmill.cpp 1.8 ./configure $CONFIGURE_ARGS && 1.9 make && make install 1.10 }