mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Merge pull request #50 from ids1024/pastel
Fix pastel recipe; add 'mkdir'
This commit is contained in:
commit
d47ac8541a
@ -2,5 +2,6 @@ GIT=https://github.com/robbycerantola/pastel.git
|
||||
|
||||
|
||||
function recipe_stage {
|
||||
mkdir "$1/ui"
|
||||
cp -rv res "$1/ui/pastel"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user