Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIX | Domen Vrankar | 2017-11-19 | 1 | -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 /. | ||||
* | CPack/Deb invalid md5sums file fix | Domen Vrankar | 2016-12-23 | 1 | -0/+2 |
Monolithic deb packages were packaged with invalid md5sums file as trailing slash in path was causing string replace to fail and preserve build path. Fixes #16517 |