Skip to content
Snippets Groups Projects
Unverified Commit fd74cc3e authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Fix pastel recipe; add 'mkdir'

parent 5b78bf1d
No related branches found
No related tags found
1 merge request!50Fix pastel recipe; add 'mkdir'
...@@ -2,5 +2,6 @@ GIT=https://github.com/robbycerantola/pastel.git ...@@ -2,5 +2,6 @@ GIT=https://github.com/robbycerantola/pastel.git
function recipe_stage { function recipe_stage {
mkdir "$1/ui"
cp -rv res "$1/ui/pastel" cp -rv res "$1/ui/pastel"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment