Changes between Version 1 and Version 2 of Ticket #50094, comment 3


Ignore:
Timestamp:
Dec 20, 2015, 9:56:39 PM (8 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50094, comment 3

    v1 v2  
    3030    global kde4.legacy_prefix
    3131    if {[file exists ${destroot}${kde4.legacy_prefix}/lib/cmake]} {
    32         # move back the cmake modues to where they should be
     32        # move back the cmake modules to where they should be
    3333        file rename ${destroot}${kde4.legacy_prefix}/lib/cmake ${destroot}${prefix}/lib/cmake
    3434    }
    3535    if {[file exists ${destroot}${kde4.legacy_prefix}/lib/kde4]} {
    36         # move back the kparts to where they should be
     36        # move back the kparts and libexec content to where they should be
    3737        file rename ${destroot}${kde4.legacy_prefix}/lib/kde4 ${destroot}${prefix}/lib/kde4
    3838    }