Dropping pre-squeeze handling for win32-loader files.

This commit is contained in:
Daniel Baumann 2013-01-02 11:42:18 +01:00
parent 369a600509
commit 8d31e413f8
1 changed files with 3 additions and 6 deletions

View File

@ -63,18 +63,15 @@ case "${LB_ARCHITECTURES}" in
fi
mv binary/win32-loader.exe binary/setup.exe
mv binary/win32-loader/g2ldr* binary
rmdir binary/win32-loader > /dev/null 2>&1 || true
if [ -e binary/win32-loader-standalone.exe ]
then
# squeeze
mv binary/win32-loader-standalone.exe binary/setup-standalone.exe
fi
if ls binary/win32-loader/g2ldr* > /dev/null 2>&1
then
mv binary/win32-loader/g2ldr* binary
rmdir binary/win32-loader > /dev/null 2>&1 || true
fi
cat >> binary/autorun.inf << EOF
[autorun]
open=setup.exe