wok-6.x diff partimage/receipt @ rev 13296
Add dukto
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 28 13:52:43 2012 +0200 (2012-08-28) |
parents | ba5507fa22f8 |
children | 380ffe05937a |
line diff
1.1 --- a/partimage/receipt Sat Feb 18 17:18:01 2012 +0100 1.2 +++ b/partimage/receipt Tue Aug 28 13:52:43 2012 +0200 1.3 @@ -15,6 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/gzFile \*m_gzImageFile/gzFile m_gzImageFile/' src/client/imagefile.h 1.8 + sed -i 's/(gzFile \*) gzdopen/gzdopen/' src/client/imagefile.cpp 1.9 ./configure --prefix=/usr \ 1.10 --sysconfdir=/etc \ 1.11 --infodir=/usr/share/info \