Codebase list tcmu / debian/1.5.2-6 tcmu.conf_install.cmake.in
debian/1.5.2-6

Tree @debian/1.5.2-6 (Download .tar.gz)

tcmu.conf_install.cmake.in @debian/1.5.2-6raw · 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/")