Fix --external-sources mode.

Fixes #210
This commit is contained in:
Andrius Štikonas 2022-10-21 12:09:53 +02:00
parent 70b43cb63c
commit a1505e1c68
1 changed files with 0 additions and 6 deletions

View File

@ -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