summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-27 04:39:19 +0100
committerSuren A. Chilingaryan <csa@suren.me>2019-10-27 04:39:19 +0100
commit812f3a2cbab791853e9d71ab0e8ffe6feae2f9e9 (patch)
treeb304e3051a5eafa00b401c68485a68e029187e8d /builder
parent931b6776da886113b3ec7d948d878bd8ee50ac6e (diff)
downloadgentoo-builder-master.tar.gz
gentoo-builder-master.tar.bz2
gentoo-builder-master.tar.xz
gentoo-builder-master.zip
A bit of documentationHEADmaster
Diffstat (limited to 'builder')
-rw-r--r--builder/files/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/files/entrypoint.sh b/builder/files/entrypoint.sh
index 6685207..c6d32a3 100644
--- a/builder/files/entrypoint.sh
+++ b/builder/files/entrypoint.sh
@@ -8,4 +8,5 @@ if [ ! -d "/darklin/darklin4" ]; then
cd "/darklin" && git clone http://darksoft.org/git/csa/devops/darkconf/darklin4.git || exit 1
fi
+/bin/bash "/etc/portage/scripts/bootstrap/fix_deps.sh"
/bin/bash "/etc/portage/scripts/bootstrap/builder.sh"