aboutsummaryrefslogtreecommitdiffstats
path: root/totem/totem-0.99.15/omf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'totem/totem-0.99.15/omf.patch')
-rw-r--r--totem/totem-0.99.15/omf.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/totem/totem-0.99.15/omf.patch b/totem/totem-0.99.15/omf.patch
index e69de29bb2..a889db10ba 100644
--- a/totem/totem-0.99.15/omf.patch
+++ b/totem/totem-0.99.15/omf.patch
@@ -0,0 +1,13 @@
+--- totem-0.99.12/omf.make 2003-11-08 18:04:41.000000000 -0700
++++ totem-0.99.12.new/omf.make 2004-06-30 09:39:58.765495480 -0700
+@@ -41,7 +41,9 @@
+ install-data-hook-omf:
+ $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
+ for file in $(omffile); do \
+- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
++ if [ -f $$file.out ]; then \
++ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
++ fi; \
+ done
+ -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir)
+