mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Change installation directory
This commit is contained in:
parent
680071202e
commit
f3e129c39e
@ -29,7 +29,7 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath "$1")"
|
||||
for file in *.ttf; do
|
||||
install -D -m 644 "$file" "$dest/ui/fonts/Hack/$file"
|
||||
install -D -m 644 "$file" "$dest/ui/fonts/Mono/Hack/$file"
|
||||
done
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user