mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user