summaryrefslogtreecommitdiff
path: root/build/build.sh
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2006-01-03 18:17:58 +0000
committerJoey Hess <joeyh@debian.org>2006-01-03 18:17:58 +0000
commit70bad074da8c3e7adeb7c4747c89daa807941a0c (patch)
tree86750ff33ece22d1698a22312d47b0453663d247 /build/build.sh
parentc8cbe15f33b5aae7da53da28f27ced90e0e9cf7b (diff)
downloadinstallation-guide-70bad074da8c3e7adeb7c4747c89daa807941a0c.zip
merge in ex-base-config branch
Diffstat (limited to 'build/build.sh')
-rwxr-xr-xbuild/build.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/build/build.sh b/build/build.sh
index a877aaa7c..c14b852ae 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -68,16 +68,11 @@ for lang in $languages; do
[ -n "$USES_PO" ] && rm -r ../$lang || true
done
-if [ "$manual_release" = "etch" ] ; then
+if [ "$manual_release" != "sarge" ] ; then
PRESEED="../en/appendix/preseed.xml"
if [ -f $PRESEED ] && [ -f preseed.pl ] ; then
./preseed.pl -r $manual_release $PRESEED >$destination/example-preseed.txt
fi
-else
- PRESEED="../en/appendix/example-preseed-sarge.xml"
- if [ -f $PRESEED ] && [ -f preseed.awk ] ; then
- gawk -f preseed.awk $LCKEEP $PRESEED >$destination/example-preseed.txt
- fi
fi
clear_po