wok diff partimage/receipt @ rev 14695
python-elementary-dev: Up to 1.7.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:35 2013 +0200 (2013-06-06) |
parents | ba5507fa22f8 |
children | 380ffe05937a |
line diff
1.1 --- a/partimage/receipt Sat Feb 18 17:18:01 2012 +0100 1.2 +++ b/partimage/receipt Thu Jun 06 22:09:35 2013 +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 \