Changeset - 6a4043e1c90b
[Not reviewed]
default
2 1 2
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-07-26 05:29:18
hy@ozderya.net
added .in suffix to configurated install scripts
3 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -180,8 +180,8 @@ endif (UNIX)
 
include(InstallRequiredSystemLibraries)
 

	
 
# configure debian scripts
 
configure_file(${CMAKE_SOURCE_DIR}/debian/postinst ${CMAKE_BINARY_DIR}/debian/postinst)
 
configure_file(${CMAKE_SOURCE_DIR}/debian/postrm ${CMAKE_BINARY_DIR}/debian/postrm)
 
configure_file(${CMAKE_SOURCE_DIR}/debian/postinst.in ${CMAKE_BINARY_DIR}/debian/postinst)
 
configure_file(${CMAKE_SOURCE_DIR}/debian/postrm.in ${CMAKE_BINARY_DIR}/debian/postrm)
 

	
 
set(CPACK_PACKAGE_NAME "${PROGRAM_NAME}")
 
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Small and simple software for plotting data from serial port")
debian/postinst.in
Show inline comments
 
file renamed from debian/postinst to debian/postinst.in
debian/postrm.in
Show inline comments
 
file renamed from debian/postrm to debian/postrm.in
0 comments (0 inline, 0 general)