diff options
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index f8f434b1e544..78fc3ec0e446 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.32 2005/12/12 01:56:08 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.33 2005/12/12 01:59:27 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -21,6 +21,8 @@ # subdirectory of /usr/share/fonts/ it should install into, set FONT_DIR to that # directory or directories. # +# IMPORTANT: Both SNAPSHOT and FONT_DIR must be set _before_ the inherit. +# # Pretty much everything else should be automatic. EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |