diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-27 23:18:38 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-27 23:18:38 -0200 |
commit | 0b9fc45453eeba4c69cc1fc7daf03e0124a93628 (patch) | |
tree | 867a29a31e78cd2fdaea6b0f79d7a92b5fd4c97e | |
parent | d5da416066fb9b451c1f78004276fea1b7764deb (diff) | |
download | debian-0b9fc45453eeba4c69cc1fc7daf03e0124a93628.tar.gz debian-0b9fc45453eeba4c69cc1fc7daf03e0124a93628.tar.bz2 |
Minor pbuilderrc fix
-rw-r--r-- | pbuilderrc.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilderrc.dot.link b/pbuilderrc.dot.link index 52afd3f..4fb9ddf 100644 --- a/pbuilderrc.dot.link +++ b/pbuilderrc.dot.link @@ -7,7 +7,7 @@ fi # Basic configuration ARCH=${ARCH:=amd64} -DIST=${ARCH:=sid} +DIST=${DIST:=sid} COMPONENTS=${COMPONENTS:=main contrib non-free} HOOKDIR=${HOOKDIR:=$HOME/.config/pbuilder/hooks/} |