Changes between Initial Version and Version 1 of Ticket #55293, comment 5


Ignore:
Timestamp:
Nov 12, 2017, 12:00:33 PM (6 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55293, comment 5

    initial v1  
    77This obliges me to do
    88
    9 ```
     9{{{
    1010if {[file exists ${prefix}/include/qt5/QtCore/QtCore] || ${os.major} == 10
    1111        || ([catch {registry_active "qt5-kde"}] == 0 || [catch {registry_active "qt5-kde-devel"}] == 0) } {
    12 ```
     12}}}
    1313
    1414instead of
    1515
    16 ```
     16{{{
    1717if {[file exists ${prefix}/include/qt5/QtCore/QtCore] || ${os.major} == 10} {
    18 ```
     18}}}
     19
     20Methinks that if portindex can set `prefix` to `\$\{prefix\}` it could also just set it to the actual value.