From 8c78b83861e2c32579ea1c408e1d100f5209f665 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Fri, 22 Feb 2019 15:53:11 -0300 Subject: [PATCH] stages 1/20-files: deleted, this was a workaround for a bug in tarlz 0.11 --- stages/1/20-files | 24 ------------------------ stages/1/{21-toolchain => 20-toolchain} | 0 2 files changed, 24 deletions(-) delete mode 100755 stages/1/20-files rename stages/1/{21-toolchain => 20-toolchain} (100%) diff --git a/stages/1/20-files b/stages/1/20-files deleted file mode 100755 index 8edb4978..00000000 --- a/stages/1/20-files +++ /dev/null @@ -1,24 +0,0 @@ -# Build script for extra files. -# -# Copyright (c) 2019 Matias Fonzo, . -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# These are needed files to be copied on the final system - -# This is needed by tarlz(1) to set the user/group on extraction -cp -p "${worktree}/archive/etc/passwd" "${rootdir}/etc/" -cp -p "${worktree}/archive/etc/shadow" "${rootdir}/etc/" -cp -p "${worktree}/archive/etc/group" "${rootdir}/etc/" -cp -p "${worktree}/archive/etc/gshadow" "${rootdir}/etc/" - diff --git a/stages/1/21-toolchain b/stages/1/20-toolchain similarity index 100% rename from stages/1/21-toolchain rename to stages/1/20-toolchain -- 2.11.4.GIT