Opened 13 years ago

Closed 13 years ago

#3751 closed bug (fixed)

Astyle is installed

Reported by: volter Owned by: nobody
Priority: minor: annoyance Milestone: Version 1.7.0
Component: Build/Install Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Excerpt from src/astyle/cmake_install.cmake:

...

IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")

list(APPEND CPACK_ABSOLUTE_DESTINATION_FILES

"/home/makerpm/rpmbuild/BUILD/qgis-1.7.0/scripts/astyle")

FILE(INSTALL DESTINATION "/home/makerpm/rpmbuild/BUILD/qgis-1.7.0/scripts" TYPE EXECUTABLE FILES "/home/makerpm/rpmbuild/BUILD/qgis-1.7.0/src/astyle/astyle")

...

I guess, Astyle shouldn't be installed at all.

Change History (4)

comment:1 by jef, 13 years ago

what's the problem with that? we need our version of astyle.

comment:2 by volter, 13 years ago

On runtime? It gets installed.

in reply to:  2 comment:3 by jef, 13 years ago

Replying to volter:

On runtime? It gets installed.

but to the scripts directory

comment:4 by jef, 13 years ago

Resolution: fixed
Status: newclosed

fixed in r15823.

Note: See TracTickets for help on using tickets.