diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.pbuilderrc b/home/.pbuilderrc index dcfca4d..6f4c6dc 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -43,5 +43,5 @@ if [ "x${DIST}" = "xubuntu" ]; then MIRRORSITE="http://localhost:9999/ubuntu" elif [ "x${DIST}" = "xdebian" ]; then MIRRORSITE="http://localhost:3142/debian" - OTHERMIRROR=${OTHERMIRROR-"deb http://code.x2go.org/debian $CODENAME $COMPONENT"} + OTHERMIRROR=${OTHERMIRROR:-"deb http://code.x2go.org/debian $CODENAME $COMPONENT"} fi |