mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Install settings.conf
This commit is contained in:
parent
b060f66456
commit
1b22ec890b
1 changed files with 7 additions and 0 deletions
|
@ -120,3 +120,10 @@ install(
|
||||||
DESTINATION
|
DESTINATION
|
||||||
"${CMAKE_INSTALL_CMAKEDIR}"
|
"${CMAKE_INSTALL_CMAKEDIR}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
FILES
|
||||||
|
settings.conf
|
||||||
|
DESTINATION
|
||||||
|
share/calamares
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue