backport fix for 612224

This commit is contained in:
Steve McIntyre 2011-02-22 21:05:31 +00:00
parent 130b8d255f
commit a442b506c8
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,10 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
* Add the missing accent in my family name in Uploaders.
* Drop Frans Pop from Uploaders, RIP.
[ backports from trunk ]
* Remove win32-loader standalone flavours from the tools/ directory on
x86. Closes: #612224
-- Raphaël Hertzog <hertzog@debian.org> Fri, 04 Feb 2011 09:59:21 +0100
debian-cd (3.1.5) unstable; urgency=high

View File

@ -123,6 +123,8 @@ if [ "$NN" = "1" ]; then
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
echo " Adding tools to CD1"
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
# Remove the win32-loader/ subdirectory from tools, as d-i already installs setup.exe
rm -Rf $CDDIR/tools/win32-loader
fi
fi