Skip to content
Snippets Groups Projects
Commit ea441559 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'sourceparts' into 'etiona'

Set Dir::Etc::SourceParts empty to avoid using host sources.list.d

See merge request trisquel/package-helpers!228
parents 811701f1 b299d35a
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ cat << EOF > ${LOCAL_APT}/etc/apt.conf
Dir::State "${LOCAL_APT}/var/lib/apt";
Dir::State::status "${LOCAL_APT}/var/lib/dpkg/status";
Dir::Etc::SourceList "${LOCAL_APT}/etc/apt.sources.list";
Dir::Etc::SourceParts "";
Dir::Cache "${LOCAL_APT}/var/cache/apt";
pkgCacheGen::Essential "none";
Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment