This website works better with JavaScript.
Home
Explore
About Gitea
Register
Sign In
devuan
/
apt
Watch
10
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
19
Wiki
Activity
Browse Source
CMake: Install auth.conf.d directory
The missing auth.conf.d directory was an oversight, it should be there. LP:
#1818996
tags/devuan/2.0.1+devuan1
Julian Andres Klode
1 year ago
parent
ff2c1f91dd
commit
34d850db40
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CMakeLists.txt
+ 1
- 0
CMakeLists.txt
View File
@@ -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
Write
Preview
Loading…
Cancel
Save