Dropping pre-squeeze handling for win32-loader files.
This commit is contained in:
parent
369a600509
commit
8d31e413f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue