diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh
index 6529f47768ca0932feb935d5bc1f4e74e8d8b1eb..6463a1f384710b87fac2f9cd7981e90c68c29db6 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"
 }