From 00b04187bd9c117cfdb943122bf18be2d859824f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 20 Feb 2019 19:53:19 -0300 Subject: [PATCH] stages: 1/17-qi: just in case, make sure to set the proper permissions --- stages/1/17-qi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stages/1/17-qi b/stages/1/17-qi index efbbf5a7..5d1b4d4a 100755 --- a/stages/1/17-qi +++ b/stages/1/17-qi @@ -29,7 +29,6 @@ make -j1 clean # Copy our custom qirc to /tools cp -p "${worktree}/archive/qi/qirc" /tools/etc/ -chmod 644 /tools/etc/qirc # Set compiler options provided by default in Dragora case $arch in @@ -81,3 +80,5 @@ libSuffix=$libSuffix gcc_options=$gcc_options EOF +chmod 644 /tools/etc/qirc + -- 2.11.4.GIT