From a1505e1c685242fd612297b694a11e13b6ea22eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 21 Oct 2022 12:09:53 +0200 Subject: [PATCH] Fix --external-sources mode. Fixes #210 --- sysc/init | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sysc/init b/sysc/init index 7d863fa..57ac930 100755 --- a/sysc/init +++ b/sysc/init @@ -57,12 +57,6 @@ install_tar util-linux-2.19.1 0 # Fix invocation of bash from perl ln -s /usr/bin/bash /usr/bin/sh -# Check tarballs -if [ -d "${DISTFILES}" ]; then - cd "${DISTFILES}" - sha256sum -c "${SOURCES}/SHA256SUMS.sources" -fi - # Begin sysc bootstrapping process cd "${SOURCES}" exec ./run.sh