summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-15 13:31:40 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-15 13:31:40 +0000
commit555b69966e488b89e6f07b3fcd8173fa58b041aa (patch)
tree923d7197be7f56d85cdc14eb2a4e17a3d43a66c4 /run-bootstrap-in-chroot
parente1dc9c385169ec3ec5cae47ad749bd7cb0bfdf5a (diff)
downloadmorph-555b69966e488b89e6f07b3fcd8173fa58b041aa.tar.gz
bootstrap: set tempdir and install flex
flex is needed in binutils tempdir needs to be set as binutils' install script expects the files to be in an absolute path also use $LFS in paths
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 9fdec2f2..76f32cc5 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -118,7 +118,7 @@ then
else
debootstrap \
--include=build-essential,\
-gawk,bison,python,autoconf,autopoint,automake,gettext,libtool,\
+gawk,bison,flex,python,autoconf,autopoint,automake,gettext,libtool,\
help2man,texinfo,sudo,ccache \
squeeze "$dir" "$DEBIAN_MIRROR"