summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2004-12-29 10:11:16 +0000
committerJohn Mylchreest <johnm@gentoo.org>2004-12-29 10:11:16 +0000
commit2a9ba2e6c2fb15fea3a7ba6d8a4fc154de0c7d6e (patch)
treec28fb86d8689b424609f75d21fe70b4d35e08a89 /eclass/linux-mod.eclass
parentFixed ChangeLog header. (Manifest recommit) (diff)
downloadgentoo-2-2a9ba2e6c2fb15fea3a7ba6d8a4fc154de0c7d6e.tar.gz
gentoo-2-2a9ba2e6c2fb15fea3a7ba6d8a4fc154de0c7d6e.tar.bz2
gentoo-2-2a9ba2e6c2fb15fea3a7ba6d8a4fc154de0c7d6e.zip
exporting src_install
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r--eclass/linux-mod.eclass4
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