summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
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