summaryrefslogtreecommitdiff
path: root/multistrap
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-12-05 14:56:46 +0100
committerJohannes Schauer <josch@debian.org>2016-12-05 14:56:46 +0100
commitc28039b7d0ed96e8df92c696abcc35b68088ca5b (patch)
tree82892b62938ab5cd8bc4cb004fc0293269619140 /multistrap
parenta1446a2f8b2d194968efa4389cfdda812e7b07c9 (diff)
Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of trusted.gpg.d
Diffstat (limited to 'multistrap')
-rwxr-xr-xmultistrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/multistrap b/multistrap
index 367a3f7..5adba7c 100755
--- a/multistrap
+++ b/multistrap
@@ -316,7 +316,7 @@ close CONFIG;
$config_str = '';
$config_str .= " -o Apt::Architecture=" . shellescape($arch);
$config_str .= " -o Dir::Etc::TrustedParts=" . shellescape("${dir}${etcdir}trusted.gpg.d");
-$config_str .= " -o Dir::Etc::Trusted=" . shellescape("${dir}${etcdir}trusted.gpg.d/trusted.gpg");
+$config_str .= " -o Dir::Etc::Trusted=" . shellescape("${dir}${etcdir}trusted.gpg");
$config_str .= " -o Apt::Get::AllowUnauthenticated=true"
if (defined $noauth);
$config_str .= " -o Apt::Get::Download-Only=true";