Remove win32-loader standalone flavours from the tools/ directory on

x86. Closes: #612224
This commit is contained in:
Steve McIntyre 2011-02-22 20:52:44 +00:00
parent 15a6086b14
commit 5019f35713
3 changed files with 8 additions and 0 deletions

4
debian/changelog vendored
View File

@ -11,6 +11,10 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
[ Otavio Salvador ]
* Add btrfs-tools on required packages by installer. Closes: #612007.
[ Didier Raboud ]
* 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

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