Changes between Version 59 and Version 60 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Jun 4, 2014, 8:54:35 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

delete kdoctools before copying newly created kdoctools files

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v59 v60  
    249249In order to be able to build KF5 frameworks of tier 3 it is - '''as a temporary workaround''' - necessary to copy kdoctools' files from its install directory to where framework builds can find them (i.e. below "/Library/Application Support"):
    250250{{{
    251 $ sudo cp -Rp /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kdoctools/inst/Library/Application\ Support/kf5 /Library/Application\ Support
     251$ sudo rm -rf /Library/Application\ Support/kf5/kdoctools/ ; sudo cp -Rp /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kdoctools/inst/Library/Application\ Support/kf5 /Library/Application\ Support
    252252}}}
    253253