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-07 13:10:08 +0100 |
commit | 34d850db4011060e9bffeeb08a533c6724414151 (patch) | |
tree | 4032b3908871e254a3a5cb85584ce7686a8c03f8 | |
parent | ff2c1f91dd053355ac6107803bd3d7a1ef95d132 (diff) |
CMake: Install auth.conf.d directory
The missing auth.conf.d directory was an oversight, it should
be there.
LP: #1818996
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ac825d2bc..3aa8e1168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,6 +243,7 @@ endif() # Create our directories. install_empty_directories( ${CONF_DIR}/apt.conf.d + ${CONF_DIR}/auth.conf.d ${CONF_DIR}/preferences.d ${CONF_DIR}/sources.list.d ${CONF_DIR}/trusted.gpg.d |