From fd74cc3eb5eaf8b55f62e855b75382f1299962f8 Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Fri, 14 Jul 2017 10:36:58 -0700
Subject: [PATCH] Fix pastel recipe; add 'mkdir'

---
 recipes/pastel/recipe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh
index 6529f4776..6463a1f38 100644
--- a/recipes/pastel/recipe.sh
+++ b/recipes/pastel/recipe.sh
@@ -2,5 +2,6 @@ GIT=https://github.com/robbycerantola/pastel.git
 
 
 function recipe_stage {
+    mkdir "$1/ui"
     cp -rv res "$1/ui/pastel"
 }
-- 
GitLab