diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-12-29 10:11:16 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-12-29 10:11:16 +0000 |
commit | 264c545287594862a2c58b55da3c375a51be6a98 (patch) | |
tree | 6672c114e3ec0f4d953095161231947d7a1bc1ef /eclass/linux-mod.eclass | |
parent | Fixed ChangeLog header. (diff) | |
download | historical-264c545287594862a2c58b55da3c375a51be6a98.tar.gz historical-264c545287594862a2c58b55da3c375a51be6a98.tar.bz2 historical-264c545287594862a2c58b55da3c375a51be6a98.zip |
exporting src_install
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index b08acc30883b..5a67f81657f7 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.13 2004/12/28 20:05:45 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.14 2004/12/29 10:11:16 johnm Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -53,7 +53,7 @@ inherit linux-info ECLASS=linux-mod INHERITED="$INHERITED $ECLASS" -EXPORT_FUNCTIONS pkg_setup pkg_postinst src_compile +EXPORT_FUNCTIONS pkg_setup src_install pkg_postinst src_compile DESCRIPTION="Based on the $ECLASS eclass" SLOT=0 |