mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-23 14:32:26 +02:00
This reverts commit 25de567365b64397fb9de6245ea80be005001768. I think that the reverted commit was trying to fix a "non-error". On Gentoo distfiles, it that seems a glitch has occured on ca-certificates-3.120.1, as the decompressed archive tree files is not consistent from one release to the other: ``` $ wget http://distfiles.gentoo.org/distfiles/37/nss-3.120.1.tar.gz $ wget http://distfiles.gentoo.org/distfiles/43/nss-3.121.tar.gz $ tar -xf nss-3.120.1.tar.gz $ tar -xf nss-3.121.tar.gz $ ls -l nss-3.121/nss total 88 drwxr-xr-x 8 tormath1 tormath1 160 Mar 2 15:00 automation -rwxr-xr-x 1 tormath1 tormath1 9183 Feb 19 10:30 build.sh ... $ ls -l nss-NSS_3_120_1_RTM/ total 88 drwxr-xr-x 8 tormath1 tormath1 160 Feb 11 19:19 automation -rwxr-xr-x 1 tormath1 tormath1 9183 Feb 11 19:19 build.sh ... ``` Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>