Codebase list tcmu / lintian-fixes/main tcmu.conf_install.cmake.in
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

tcmu.conf_install.cmake.in @lintian-fixes/mainraw · history · blame

1
2
3
4
if (EXISTS "/etc/tcmu/tcmu.conf")
	file(INSTALL "/etc/tcmu/tcmu.conf" DESTINATION "/etc/tcmu/" RENAME "tcmu.conf.old")
endif()
file(INSTALL "${PROJECT_SOURCE_DIR}/tcmu.conf" DESTINATION "/etc/tcmu/")