Merge pull request #50 from ids1024/pastel

Fix pastel recipe; add 'mkdir'
This commit is contained in:
Jeremy Soller 2017-07-14 12:57:49 -06:00 committed by GitHub
commit d47ac8541a

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