diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-06-13 21:56:08 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-06-13 21:56:08 +0000 |
commit | a4d8a85ba8bcc86a40f3c86b714f73817ad027a2 (patch) | |
tree | 3669f0a842131be4c5364117321218d495a7c7bb /app-misc | |
parent | Initial import of ebuild, suggested by DEMAINE Benoît-Pierre <dhp_gentoo@doub... (diff) | |
download | gentoo-2-a4d8a85ba8bcc86a40f3c86b714f73817ad027a2.tar.gz gentoo-2-a4d8a85ba8bcc86a40f3c86b714f73817ad027a2.tar.bz2 gentoo-2-a4d8a85ba8bcc86a40f3c86b714f73817ad027a2.zip |
Used wrong name for function from eclass.
(Portage version: 2.1)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/usbirboy/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/usbirboy/ChangeLog b/app-misc/usbirboy/ChangeLog index 3c51974ccb75..c66d05c76455 100644 --- a/app-misc/usbirboy/ChangeLog +++ b/app-misc/usbirboy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/usbirboy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.1 2006/06/13 21:43:35 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.2 2006/06/13 21:56:08 zzam Exp $ + + 13 Jun 2006; Matthias Schwarzott <zzam@gentoo.org> usbirboy-0.2.1.ebuild: + Used wrong name for function from eclass. *usbirboy-0.2.1 (13 Jun 2006) diff --git a/app-misc/usbirboy/usbirboy-0.2.1.ebuild b/app-misc/usbirboy/usbirboy-0.2.1.ebuild index a29e245840ef..6bd535754d64 100644 --- a/app-misc/usbirboy/usbirboy-0.2.1.ebuild +++ b/app-misc/usbirboy/usbirboy-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1.ebuild,v 1.1 2006/06/13 21:43:35 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1.ebuild,v 1.2 2006/06/13 21:56:08 zzam Exp $ inherit linux-mod @@ -43,7 +43,7 @@ src_install() { } pkg_postinst() { - linux-mod_pkg_postinstall + linux-mod_pkg_postinst einfo einfo "Firmware file has been installed to /usr/share/${PN}" einfo |