diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 15:11:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-10 15:11:28 +0000 |
commit | f055c101a7a35a0d5e9e3ec885486fa16141f9fb (patch) | |
tree | 9256ac516e45737291263228d78949782f893d1d /perl-install/Makefile | |
parent | c5a4057fc323c758ca1a9f26bb230dbe9c6e6dfb (diff) | |
download | drakx-f055c101a7a35a0d5e9e3ec885486fa16141f9fb.tar drakx-f055c101a7a35a0d5e9e3ec885486fa16141f9fb.tar.gz drakx-f055c101a7a35a0d5e9e3ec885486fa16141f9fb.tar.bz2 drakx-f055c101a7a35a0d5e9e3ec885486fa16141f9fb.tar.xz drakx-f055c101a7a35a0d5e9e3ec885486fa16141f9fb.zip |
- add vera fonts (normal and bold)
- generate fonts.dir and fonts.cache-1
- take cursor.pcf.gz from system
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index a62d4217a..221ba4d9e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -182,6 +182,10 @@ endif for i in fonts keyboards locales-skeleton keymaps; do tar xfj share/$$i.tar.bz2 -C $(DEST); done + cp /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz /usr/share/fonts/ttf/vera/{Vera,VeraBd}.ttf $(DEST)/usr/X11R6/lib/X11/fonts + mkfontdir $(DEST)/usr/X11R6/lib/X11/fonts + fc-cache -f $(DEST)/usr/X11R6/lib/X11/fonts + grep ChangeLog CVS/Entries > $(STAGE2_DEST)/VERSION gzip -9f $(DEST)/usr/share/ldetect-lst/* |