summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/buildweb.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/buildweb.sh b/build/buildweb.sh
index 6b9091cd8..f309d45fe 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -52,7 +52,8 @@ make languages="$languages" architectures="$architectures" destination="$destina
PRESEED="../en/appendix/preseed.xml"
if [ -f $PRESEED ] && [ -f preseed.pl ] ; then
- ./preseed.pl -r $manual_release $PRESEED >$destination/example-preseed.txt
+ echo '#_preseed_V1' >$destination/example-preseed.txt
+ ./preseed.pl -r $manual_release $PRESEED >>$destination/example-preseed.txt
fi
# Delete temporary PO files and generated XML files