From 57bdef9987fd14ce6e7862226f29c9ddd2c9f60c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 18 May 2019 08:36:33 -0300 Subject: [PATCH] stages: 1/16-qi: make sure to create the usr/pkg directory for build the final system --- stages/1/16-qi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stages/1/16-qi b/stages/1/16-qi index e734dfa1..9e68118b 100755 --- a/stages/1/16-qi +++ b/stages/1/16-qi @@ -32,6 +32,9 @@ make -j1 install rm -f config.mak make -j1 clean +# Create usr/pkg directory at 'rootdir' +mkdir -p -- "${rootdir}/usr/pkg" + # Copy our custom qirc to /tools cp -p "${worktree}/archive/qi/qirc" /tools/etc/ -- 2.11.4.GIT