[anjuta/gsettings-migration] build: Fixed build-schemas.mk script to avoid user-input for "mv"



commit 0c8cc2bee61bdd2476c104361949ed9601550a6f
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Oct 19 15:05:45 2010 +0200

    build: Fixed build-schemas.mk script to avoid user-input for "mv"

 scripts/build-schemas.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/build-schemas.mk b/scripts/build-schemas.mk
index b14120a..5d40f64 100644
--- a/scripts/build-schemas.mk
+++ b/scripts/build-schemas.mk
@@ -6,7 +6,7 @@ prefs_ui_schemas = $(prefs_ui_files:.ui=.gschema.xml)
 gsettings_SCHEMAS = $(prefs_name).gschema.xml
 
 $(prefs_name).gschema.xml: $(prefs_ui_schemas)
-	mv $< $@
+	mv -f $< $@
 
 %.gschema.xml: %.ui
 	$(AM_V_GEN)$(top_srcdir)/scripts/builder2schema.pl $< $(prefs_name) $(prefs_keyfile) >> $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]