From 4758e70bae4672fb63f0776aab36b80a0f315e63 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <tarek@ring0.de> Date: Wed, 12 Apr 2017 09:26:33 +0200 Subject: [PATCH] build.sh: aplay patches before compiling --- .build/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build/build.sh b/.build/build.sh index 97c084a..21bff2d 100644 --- a/.build/build.sh +++ b/.build/build.sh @@ -75,6 +75,8 @@ git init . git remote add origin https://github.com/freifunk-gluon/gluon.git git pull origin $GLUON_VERSION +sh site/prepare.sh + # fetch packages repos and apply patches make update || exit 1 -- GitLab