Browse Source

microsoft-web-core-fonts: changed to install fonts into '/usr/share/fonts/truetype/msttcorefonts' like Debian/Ubuntu

user/chris/test/early-mdev
Christian Wiese 14 years ago committed by Christian Wiese
parent
commit
785572d213
  1. 2
      fonts/microsoft-web-core-fonts/microsoft-web-core-fonts.conf

2
fonts/microsoft-web-core-fonts/microsoft-web-core-fonts.conf

@ -15,7 +15,7 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
ms_tt_inst() { ms_tt_inst() {
local fontpath="$root/usr/share/fonts/truetype/ms-corefonts" local fontpath="$root/usr/share/fonts/truetype/msttcorefonts"
mkdir -p "$fontpath" mkdir -p "$fontpath"
for x in `match_source_file -p .`; do for x in `match_source_file -p .`; do
echo "${x##*/}" echo "${x##*/}"

Loading…
Cancel
Save