Skip to content

Commit

Permalink
Fix gh-831 g++ script needs to be executable
Browse files Browse the repository at this point in the history
We supply a script file g++ that can be used to redirect the compiler used by eclcc,
but it's not marked as executable in the rpm.

Signed-off-by: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Oct 27, 2011
1 parent b0ed453 commit d15ebbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/gcc3/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
################################################################################
Install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/g++ DESTINATION ${OSSDIR}/componentfiles/cl/bin COMPONENT Runtime )
Install ( PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/g++ DESTINATION ${OSSDIR}/componentfiles/cl/bin COMPONENT Runtime )

0 comments on commit d15ebbe

Please sign in to comment.