diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-12 01:59:27 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-12 01:59:27 +0000 |
commit | abb8741f2581db89c5cd941711a96a6aa9b01d66 (patch) | |
tree | b103f6667d27108fb410804cbd8322d9fd9660e2 /eclass | |
parent | Stabilizing on x86 for security bug #115030 (diff) | |
download | gentoo-2-abb8741f2581db89c5cd941711a96a6aa9b01d66.tar.gz gentoo-2-abb8741f2581db89c5cd941711a96a6aa9b01d66.tar.bz2 gentoo-2-abb8741f2581db89c5cd941711a96a6aa9b01d66.zip |
Clarify docs.
Diffstat (limited to '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 |