Browse Source

gtk+: exclude hicolor directory explicitely

stable/0.2
Christian Wiese 14 years ago
parent
commit
3e4349fccd
  1. 4
      gtk+/gtk+/gtk+-conf.in

4
gtk+/gtk+/gtk+-conf.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../gtk+/gtk+-conf.in # Filename: package/.../gtk+/gtk+-conf.in
# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -33,3 +33,5 @@ var_append confopt " " "--disable-gtktest"
# exclude files generated by gtk-update-icon-cache # exclude files generated by gtk-update-icon-cache
flistdel="$flistdel|$prefix/share/icons/hicolor/icon-theme.cache" flistdel="$flistdel|$prefix/share/icons/hicolor/icon-theme.cache"
# exclude hicolor directory
var_append flistdel '|' "$prefix/share/icons/hicolor$"

Loading…
Cancel
Save