[recipes] Fix up preinstalled data for halfline and Bastian



commit d7b7e5da04fae509078066a3c3f9c3e2072a2cc6
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 14 06:04:54 2016 -0500

    Fix up preinstalled data for halfline and Bastian
    
    They and their recipes were not showing up properly.

 data/Makefile.am |    6 +++++-
 data/chefs.db    |    2 +-
 data/recipes.db  |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index d38b41d..fa47325 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -35,17 +35,21 @@ ingredients_DATA = \
 images_DATA = \
        images/alex.png                 \
        images/bagel.jpg                \
+       images/Bastian.jpg              \
        images/burger-fries.jpg         \
        images/coffee.jpg               \
        images/elvin.jpg                \
        images/food.jpg                 \
+       images/halfline.jpg             \
        images/mclasen.jpg              \
        images/meatballs.jpg            \
        images/pesto.jpg                \
        images/pizza.jpg                \
        images/plain-bagel.jpg          \
        images/salad.jpg                \
-       images/spring-rolls.jpg
+       images/spring-rolls.jpg         \
+       images/tofuscramble.jpg         \
+       images/wholesale-crackers.jpg
 
 pkgdata_DATA = \
        chefs.db        \
diff --git a/data/chefs.db b/data/chefs.db
index 4778c62..c0d7365 100644
--- a/data/chefs.db
+++ b/data/chefs.db
@@ -1,5 +1,5 @@
 [Bastian]
-Image=bastian-cropped.jpg
+Image=images/Bastian.jpg
 Name=Bastian
 Fullname=Bastian Ilsø
 Description=The nordic cuisine maestro.
diff --git a/data/recipes.db b/data/recipes.db
index 3d0f357..f37b982 100644
--- a/data/recipes.db
+++ b/data/recipes.db
@@ -12,7 +12,7 @@ Instructions=Turn on the oven at 473,15 °K (200 °C). Mix all dry ingredients (
 Notes=
 Serves=4
 Diets=30
-Images=20161212_0006.jpg;
+Images=images/wholesale-crackers.jpg;
 Angles=0;
 DarkText=0;
 Created=2016-12-12 20:48:27


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