From 09829174a3d86d9b53b68e030f3a63b05bd2e821 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 25 Feb 2008 14:23:24 -0500 Subject: BUG: fix rpmbuild bug, which expands variables in comments :-/ apparently rpmbuild can't handle paths with spaces and can't handle variables in comments... Alex --- Modules/CPackRPM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CPackRPM.cmake b/Modules/CPackRPM.cmake index 02bd151..3160a4a 100644 --- a/Modules/CPackRPM.cmake +++ b/Modules/CPackRPM.cmake @@ -189,7 +189,7 @@ ${CPACK_RPM_PACKAGE_DESCRIPTION} # This is a shortcutted spec file # generated by CMake RPM generator -# we skip the %prepn %build and %install +# we skip the _prepn _build and _install # steps because CPack does that for us #%prep -- cgit v0.12