Changeset 97807


Ignore:
Timestamp:
Sep 16, 2012, 2:14:38 PM (12 years ago)
Author:
mk@…
Message:

kmymoney4(-devel): use option --noincremental for kbuildsycoca4

Location:
trunk/dports/kde
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/kde/kmymoney4-devel/Portfile

    r97655 r97807  
    6161post-activate {
    6262    # Calling kbuildsycoca4 in case KDE hasn't called it yet to make sure that plugins are loaded.
    63     system "${prefix}/bin/kbuildsycoca4"
     63    system "${prefix}/bin/kbuildsycoca4 --noincremental"
    6464}
  • trunk/dports/kde/kmymoney4/Portfile

    r97650 r97807  
    5555post-activate {
    5656    # Calling kbuildsycoca4 in case KDE hasn't called it yet to make sure that plugins are loaded.
    57     system "${prefix}/bin/kbuildsycoca4"
     57    system "${prefix}/bin/kbuildsycoca4 --noincremental"
    5858}
Note: See TracChangeset for help on using the changeset viewer.