summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-11-30 22:32:01 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-11-30 22:32:01 +0000
commit7a837f353e5002ff77f4f4fa042d66b392a627ab (patch)
tree8393bf08cabe1d378c2eb0cb75673308d527bf57 /media-libs/fontconfig
parentcleanup (diff)
downloadgentoo-2-7a837f353e5002ff77f4f4fa042d66b392a627ab.tar.gz
gentoo-2-7a837f353e5002ff77f4f4fa042d66b392a627ab.tar.bz2
gentoo-2-7a837f353e5002ff77f4f4fa042d66b392a627ab.zip
force cache regeneration
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r--media-libs/fontconfig/fontconfig-2.0-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.0-r4.ebuild b/media-libs/fontconfig/fontconfig-2.0-r4.ebuild
index 0279eeaa363f..f3fb29ef6c1e 100644
--- a/media-libs/fontconfig/fontconfig-2.0-r4.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.0-r4.ebuild,v 1.1 2002/11/26 00:45:25 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.0-r4.ebuild,v 1.2 2002/11/30 22:32:01 azarah Exp $
inherit debug eutils
@@ -33,7 +33,7 @@ src_unpack() {
# subdirectories could get lost from ~/.fonts.cache
epatch ${PPREFIX}-2.0-subdir.patch
# Fix problem with italic fonts if no map file present
- epatch ${PPREFIX}-2.0-font-matrix.patch
+# epatch ${PPREFIX}-2.0-font-matrix.patch
# Fix config script to alway include X11 fontpath and remove date
epatch ${PPREFIX}-2.0-x11fontpath-date-configure.patch
}
@@ -70,7 +70,7 @@ pkg_postinst() {
if [ "${ROOT}" = "/" ]
then
einfo "Creating font cache..."
- /usr/bin/fc-cache
+ HOME="/root" /usr/bin/fc-cache -f
fi
}