Browse Source

kdelibs: improved the way to not run update-mime-info to avoid shared files for packages which have the KDE flag

stable/0.2
Christian Wiese 13 years ago
parent
commit
73ee4f7688
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      kde/kdelibs/parse-config

+ 2
- 1
kde/kdelibs/parse-config

@ -26,6 +26,7 @@ if hasflag KDE; then
var_append cmakeopt " " '-DCMAKE_BUILD_TYPE=Release' var_append cmakeopt " " '-DCMAKE_BUILD_TYPE=Release'
var_append flistdel '|' 'opt/kde/share/mime/.*'
# do not run update-mime-info to avoid shared files
var_append cmakeopt ' ' '-DUPDATE_MIME_DATABASE_EXECUTABLE=/bin/true'
fi fi

Loading…
Cancel
Save