Fix pastel recipe; add 'mkdir'

This commit is contained in:
Ian Douglas Scott 2017-07-14 10:36:58 -07:00
parent 5b78bf1d6c
commit fd74cc3eb5
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -2,5 +2,6 @@ GIT=https://github.com/robbycerantola/pastel.git
function recipe_stage {
mkdir "$1/ui"
cp -rv res "$1/ui/pastel"
}