Commit 1a4c06ca4e7141d98159873eb2b2cfc31b32251a

Authored by Perry Werneck
1 parent dfa23476

Fixing windows schema.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
win/makeruntime.sh.in
... ... @@ -238,6 +238,7 @@ copy_schemes() {
238 238 fi
239 239  
240 240 glib-compile-schemas \
  241 + --targetdir="${TARGET}/share/glib-2.0/schemas" \
241 242 "${TARGET}/share/glib-2.0/schemas"
242 243  
243 244 if [ "$?" != "0" ]; then
... ...