[cmake-developers] [CMake 0013046]: Component install with STGZ archive generator not setting execute permission on package
Mantis Bug Tracker
mantis at public.kitware.com
Sat Mar 17 00:13:31 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=13046
======================================================================
Reported By: Michael Champigny
Assigned To:
======================================================================
Project: CMake
Issue ID: 13046
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-03-17 00:13 EDT
Last Modified: 2012-03-17 00:13 EDT
======================================================================
Summary: Component install with STGZ archive generator not
setting execute permission on package
Description:
When setting the CPack generator to STGZ and enabling component installs, the
archive generator is only setting execute permission on the first listed *.sh
package. The remaining packages do not have execute permission set.
Steps to Reproduce:
SET (CPACK_GENERATOR STGZ)
SET (CPACK_ARCHIVE_COMPONENT_INSTALL ON)
SET (CPACK_COMPONENTS_GROUPING IGNORE)
INCLUDE (CPack)
The first *.sh for the first component listed in CPACK_COMPONENTS_ALL will have
execute permission. Any remaining *.sh generated will not have execute
permissions.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-03-17 00:13 Michael ChampignyNew Issue
======================================================================
More information about the cmake-developers
mailing list