From 907f2d9dae0e93798d2b7da12c496be60899e720 Mon Sep 17 00:00:00 2001 From: Steve Dodd Date: Tue, 11 Jun 2024 12:08:38 +0100 Subject: [PATCH] stage1 - gnutar: make build scripts executable --- foundation/src/stages/stage1/gnutar/boot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/foundation/src/stages/stage1/gnutar/boot.nix b/foundation/src/stages/stage1/gnutar/boot.nix index c72ac7f..843a9ec 100644 --- a/foundation/src/stages/stage1/gnutar/boot.nix +++ b/foundation/src/stages/stage1/gnutar/boot.nix @@ -56,6 +56,8 @@ in { rm tar.tar cd tar-${cfg.version} + chmod 0755 missing mkinstalldirs install-sh + # Configure export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib" bash ./configure \