Overwriting reather than appending content of autorun.inf (Closes: #777359).
This commit is contained in:
parent
d0219db4cf
commit
ed197cd852
|
@ -80,7 +80,7 @@ case "${LB_ARCHITECTURES}" in
|
|||
mv binary/win32-loader/g2ldr* binary
|
||||
rmdir binary/win32-loader > /dev/null 2>&1 || true
|
||||
|
||||
cat >> binary/autorun.inf << EOF
|
||||
cat > binary/autorun.inf << EOF
|
||||
[autorun]
|
||||
open=setup.exe
|
||||
icon=setup.exe,0
|
||||
|
|
Loading…
Reference in New Issue