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" }