source: fix mistaken append instead of overwrite

Closes: #952862
This commit is contained in:
Lyndon Brown 2020-02-22 14:37:04 +00:00 committed by Raphaël Hertzog
parent 2511fff259
commit 6002f89b67
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ XORRISO_OPTIONS="${XORRISO_OPTIONS} --modification-date=$(date --utc --date="@${
# Moving image
mv source chroot
cat >> chroot/source.sh << EOF
cat > chroot/source.sh << EOF
xorriso ${XORRISO_OPTIONS} -o source.iso source
EOF