[recipes/recipes-1.0] Avoid filenames with spaces



commit c192c3cae01bf72ebbfce30841b5cd1f367a20f5
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun May 7 15:58:47 2017 -0400

    Avoid filenames with spaces
    
    This is just too hard to get right in Makefiles.

 data/Makefile.am                                   |    2 +-
 data/chefs.db                                      |    2 +-
 ...Miss Sofia Holmes.jpg => Miss_Sofia_Holmes.jpg} |  Bin 31394 -> 31394 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 4cee35c..0695761 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -48,7 +48,7 @@ dist_images_DATA = \
        images/mwleeds.jpg              \
        images/Sonic.jpg                \
        images/tigert.jpg               \
-       images/Miss Sofia Holmes.jpg    \
+       images/Miss_Sofia_Holmes.jpg    \
        images/borscht.jpg              \
        images/cake_aux_lardons.jpg     \
        images/cake_aux_lardons2.jpg    \
diff --git a/data/chefs.db b/data/chefs.db
index 9c33a69..a660181 100644
--- a/data/chefs.db
+++ b/data/chefs.db
@@ -95,7 +95,7 @@ Fullname=Peter
 Description=I'm cooking from time to time and started to add recipes here.
 
 [primulas]
-Image=images/Miss Sofia Holmes.jpg
+Image=images/Miss_Sofia_Holmes.jpg
 Name=Sofia
 Fullname=Sofia Holmes
 Description=Artist, Computer Scientist, Translator.\nI love cooking and learning.


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