diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-07 13:10:08 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-08 15:40:56 +0100 |
commit | 3cdd1f4b69fce0cd4d52fd24efb6afb78478bdc3 (patch) | |
tree | 9a6ee942d1f75e87220e3b2ded9056ed1f42d79a | |
parent | f490c8fc2c58656f2734fc67d99cde7a98006c51 (diff) |
apt.dirs: Install auth.conf.d directory
The missing auth.conf.d directory was an oversight, it should
be there.
LP: #1818996
(cherry picked from commit 192a152c3d818f49dbd1ecfd8028532558a57758)
-rw-r--r-- | debian/apt.dirs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.dirs b/debian/apt.dirs index ecbcdbc0a..b4a8d18b8 100644 --- a/debian/apt.dirs +++ b/debian/apt.dirs @@ -4,6 +4,7 @@ usr/lib/apt/solvers usr/lib/dpkg/methods/apt etc/apt etc/apt/apt.conf.d +etc/apt/auth.conf.d etc/apt/preferences.d etc/apt/sources.list.d etc/apt/trusted.gpg.d |