summaryrefslogtreecommitdiffstats
path: root/fonts-x11/leggie/INSTALL
blob: 4857b9cbe4b0596448047fd1c75b615ee4a12e7b (plain) (blame)
1
2
3
4
5
6
7
local fontdir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" &&

if [ ! -d "${fontdir}" ]; then
  install -vm 755 -d "${fontdir}"
fi &&

install -D -vm 0644 *.bdf "${fontdir}"