summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/USER_FILELIST
Commit message (Collapse)AuthorAgeFilesLines
* CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-191-1/+1
| | | | | | | Every CPack generator sets default CPACK_PACKAGING_INSTALL_PREFIX variable value differently so test framework should support that correctly - previous version expected RPM/Deb /usr default and removed it for Archive packagers as the default there is /.
* CPackRPM now supports multiple directives in CPACK_RPM_USER_FILELISTHarry Mallon2016-12-033-0/+27
* In older version "%dir %attr(-, root, root) foo" would put "%dir foo" in the final spec file. * Also added comment to describe this and advise not not to add trailing slashes to directories in USER_FILELIST. * Includes test in RunCMake CPack which now passes.