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 14 years ago
parent
commit
73ee4f7688
  1. 3
      kde/kdelibs/parse-config

3
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