Kaydet (Commit) bd8caf2a authored tarafından Enrico Tröger's avatar Enrico Tröger

GTK bundle creation: don't delete necessary GLib schema files

The files in share/glib-2.0/schemas are necessary for GTK3,
so don't delete them but everything else on the same directory level.
üst e1a9929e
......@@ -188,7 +188,9 @@ cleanup_unnecessary_files() {
rm -rf share/gdb
rm -rf share/gettext
rm -rf share/gir-1.0
rm -rf share/glib-2.0
rm -rf share/glib-2.0/codegen
rm -rf share/glib-2.0/gdb
rm -rf share/glib-2.0/gettext
rm -rf share/gtk-2.0
rm -rf share/gtk-3.0
rm -rf share/gtk-doc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment