Browse Source

bitstream-vera-fonts: fixed installation

early
Alejandro Mery 17 years ago
parent
commit
16d0bf80fe
  1. 2
      fonts/bitstream-vera-fonts/bitstream-vera-fonts.conf

2
fonts/bitstream-vera-fonts/bitstream-vera-fonts.conf

@ -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'

Loading…
Cancel
Save