diff options
Diffstat (limited to 'pbuilderrc.dot.link')
-rw-r--r-- | pbuilderrc.dot.link | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilderrc.dot.link b/pbuilderrc.dot.link index ce23a70..60a6106 100644 --- a/pbuilderrc.dot.link +++ b/pbuilderrc.dot.link @@ -34,9 +34,9 @@ if [ ! -z "$LOCALDEBS" ]; then mkdir -p $LOCALDEBS if [ ! -z "$OTHERMIRROR" ]; then - OTHERMIRROR="$OTHERMIRROR | deb file://${LOCALDEBS} ./" + OTHERMIRROR="$OTHERMIRROR | deb [trusted=yes] file://${LOCALDEBS} ./" else - OTHERMIRROR="deb file://${LOCALDEBS} ./" + OTHERMIRROR="deb [trusted=yes] file://${LOCALDEBS} ./" fi fi |