gnome-subtitles r942 - trunk
- From: pcastro svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-subtitles r942 - trunk
- Date: Sun, 6 Jan 2008 15:40:01 +0000 (GMT)
Author: pcastro
Date: Sun Jan 6 15:40:00 2008
New Revision: 942
URL: http://svn.gnome.org/viewvc/gnome-subtitles?rev=942&view=rev
Log:
Added "force" flag so copy succeeds when the targets already exist.
Modified:
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Jan 6 15:40:00 2008
@@ -8,10 +8,10 @@
gstpb_DATA = build/GStreamerPlaybin.dll build/libgstreamer_playbin.so
$(sublib_DATA):
- cp $(SUBLIB_DIR)/build/sublib.dll build
+ cp -f $(SUBLIB_DIR)/build/sublib.dll build
$(gstpb_DATA):
- cp $(GSTPB_DIR)/src/GStreamerPlaybin.dll build && cp $(GSTPB_DIR)/src/libgstreamer_playbin.so build
+ cp -f $(GSTPB_DIR)/src/GStreamerPlaybin.dll build && cp -f $(GSTPB_DIR)/src/libgstreamer_playbin.so build
EXTRA_DIST = \
autogen.sh \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]