mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Fix pastel recipe; add 'mkdir'
This commit is contained in:
parent
5b78bf1d6c
commit
fd74cc3eb5
@ -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