From 8aee869e95ec76b63aa9af0302139d1fb53e385c Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 10 Jun 2016 12:15:37 +0200 Subject: d-i: actually set PU_BRANCH_DIR - Doh! --- bin/d-i_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/d-i_build.sh') diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index 8465d797..b1de0dbd 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -85,7 +85,7 @@ preserve_pu_udebs() { # expr "$GIT_BRANCH" : 'origin/pu/' >/dev/null || return 0 - BRANCH_DIR="/srv/udebs/${GIT_BRANCH#origin/pu/}" + PU_BRANCH_DIR="/srv/udebs/${GIT_BRANCH#origin/pu/}" mkdir -p $PU_BRANCH_DIR cp $WORKSPACE/../*.udeb $PU_BRANCH_DIR -- cgit v1.2.3-54-g00ecf