summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.debootstrap/trisquel2
1 files changed, 1 insertions, 1 deletions
diff --git a/.debootstrap/trisquel b/.debootstrap/trisquel
index cb23824..4726d6d 100644
--- a/.debootstrap/trisquel
+++ b/.debootstrap/trisquel
@@ -10,7 +10,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase
-keyring "${SCRIPT}-archive-keyring.gpg"
+unset KEYRING; keyring "${SCRIPT}-archive-keyring.gpg"
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"