Changes between Version 1 and Version 2 of Ticket #50094, comment 3
- Timestamp:
- Dec 20, 2015, 9:56:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50094, comment 3
v1 v2 30 30 global kde4.legacy_prefix 31 31 if {[file exists ${destroot}${kde4.legacy_prefix}/lib/cmake]} { 32 # move back the cmake modu es to where they should be32 # move back the cmake modules to where they should be 33 33 file rename ${destroot}${kde4.legacy_prefix}/lib/cmake ${destroot}${prefix}/lib/cmake 34 34 } 35 35 if {[file exists ${destroot}${kde4.legacy_prefix}/lib/kde4]} { 36 # move back the kparts to where they should be36 # move back the kparts and libexec content to where they should be 37 37 file rename ${destroot}${kde4.legacy_prefix}/lib/kde4 ${destroot}${prefix}/lib/kde4 38 38 }