diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-02-25 19:23:24 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-02-25 19:23:24 (GMT) |
commit | 09829174a3d86d9b53b68e030f3a63b05bd2e821 (patch) | |
tree | 45c2f9e2f0a208f0fda789f0226a08943f90a440 /Modules/CPackRPM.cmake | |
parent | cba1ad560392cd29dc9c677148ac4b8e51acfa75 (diff) | |
download | CMake-09829174a3d86d9b53b68e030f3a63b05bd2e821.zip CMake-09829174a3d86d9b53b68e030f3a63b05bd2e821.tar.gz CMake-09829174a3d86d9b53b68e030f3a63b05bd2e821.tar.bz2 |
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
Diffstat (limited to 'Modules/CPackRPM.cmake')
-rw-r--r-- | Modules/CPackRPM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |