build: fix a lie--installer is fine now but directory is still needed

This commit is contained in:
Franco Fichtner 2015-03-09 08:01:50 +01:00
parent 31aacf2ece
commit af86540519
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ setup_base()
{
echo ">>> Setting up world in ${1}"
# XXX The installer is hardwired to copy
# /home and will bail if it can't be found!
# /home is needed for LiveCD images, and since it
# belongs to the base system, we create it from here.
mkdir -p ${1}/home
(cd ${1} && tar -Jxpf ${SETSDIR}/base-*-${ARCH}.txz)