[Debburn-devel] [patch] fix install of dirsplit man-page

Juergen Daubert jue at jue.li
Sun Dec 19 09:43:03 UTC 2010


Hello,

attached a trival patch to fix installation of the dirsplit man-page
in case MANSUBDIR is set as a cmake option.


Thanks
Juergen

-- 
Juergen Daubert  |  mailto:jue at jue.li  
Korb, Germany    |  http://jue.li/crux

-------------- next part --------------
diff -Nru cdrkit-1.1.11.orig/3rd-party/dirsplit/CMakeLists.txt cdrkit-1.1.11/3rd-party/dirsplit/CMakeLists.txt
--- cdrkit-1.1.11.orig/3rd-party/dirsplit/CMakeLists.txt	2010-12-19 10:12:11.620575542 +0100
+++ cdrkit-1.1.11/3rd-party/dirsplit/CMakeLists.txt	2010-12-19 10:14:20.230851363 +0100
@@ -1,3 +1,3 @@
 PROJECT (DIRSPLIT C)
 INSTALL(PROGRAMS dirsplit DESTINATION bin)
-INSTALL(FILES dirsplit.1 DESTINATION share/man/man1)
+INSTALL(FILES dirsplit.1 DESTINATION ${MANSUBDIR}/man1)


More information about the Debburn-devel mailing list