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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to