diff options
-rwxr-xr-x | bin/d-i_build.sh | 2 |
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 |