|
|
@ -20,6 +20,6 @@ fonts_install() |
|
|
|
local ttfdir="$root/usr/X11/lib/X11/fonts/TTF" |
|
|
|
local ttfdir="$root/usr/X11/lib/X11/fonts/TTF" |
|
|
|
|
|
|
|
|
|
|
|
mkdir -p "$ttfdir" |
|
|
|
mkdir -p "$ttfdir" |
|
|
|
cp -vf ttf/*.ttf "$ttfdir/" |
|
|
|
cp -vf *.ttf "$ttfdir/" |
|
|
|
} |
|
|
|
} |
|
|
|
hook_add postmake 5 'fonts_install' |
|
|
|
hook_add postmake 5 'fonts_install' |
|
|
|