* Applied patch from Robert Millan <rmh@aybabtu.com> to fix image
generation with read-only mirrors. Closes: #441397.
This commit is contained in:
parent
fbdb7b30fd
commit
ee4fab7ef8
|
@ -6,6 +6,8 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
|
||||||
[ Otavio Salvador ]
|
[ Otavio Salvador ]
|
||||||
* Applied patch from Robert Millan <rmh@aybabtu.com> to integrate
|
* Applied patch from Robert Millan <rmh@aybabtu.com> to integrate
|
||||||
win32-loader. Closes: #440220.
|
win32-loader. Closes: #440220.
|
||||||
|
* Applied patch from Robert Millan <rmh@aybabtu.com> to fix image
|
||||||
|
generation with read-only mirrors. Closes: #441397.
|
||||||
|
|
||||||
-- Otavio Salvador <otavio@ossystems.com.br> Mon, 10 Sep 2007 13:43:04 -0300
|
-- Otavio Salvador <otavio@ossystems.com.br> Mon, 10 Sep 2007 13:43:04 -0300
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,7 @@ rm -f $dir/README $dir/README.1ST \
|
||||||
$dir/README.CD-manufacture $dir/README.multicd \
|
$dir/README.CD-manufacture $dir/README.multicd \
|
||||||
$dir/README.pgp $dir/README.non-US ; \
|
$dir/README.pgp $dir/README.non-US ; \
|
||||||
|
|
||||||
|
rm -f $dir/README.html
|
||||||
cpp -traditional -undef -P -C -Wall -nostdinc -I$dir \
|
cpp -traditional -undef -P -C -Wall -nostdinc -I$dir \
|
||||||
-D COMPLETE="$COMPLETE" \
|
-D COMPLETE="$COMPLETE" \
|
||||||
-D OMIT_MANUAL="$OMIT_MANUAL" \
|
-D OMIT_MANUAL="$OMIT_MANUAL" \
|
||||||
|
@ -42,6 +43,7 @@ cpp -traditional -undef -P -C -Wall -nostdinc -I$dir \
|
||||||
-D OUTPUTtext $BASEDIR/data/$CODENAME/README.html.in \
|
-D OUTPUTtext $BASEDIR/data/$CODENAME/README.html.in \
|
||||||
| sed -e 's/%%.//g' > $dir/README.html
|
| sed -e 's/%%.//g' > $dir/README.html
|
||||||
|
|
||||||
|
rm -f $dir/README.txt
|
||||||
lynx -dump -force_html $dir/README.html | todos \
|
lynx -dump -force_html $dir/README.html | todos \
|
||||||
> $dir/README.txt ; \
|
> $dir/README.txt ; \
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue