---
eclass/alternatives-2.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index 4366601..9dc49af 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -8,7 +8,7 @@
# Copyright 2009 David Leverton
# If your package provides pkg_postinst or pkg_prerm phases, you need to be
-# sure you explicitly run alternatives_pkg_{postinst,prerm} where appropriate.
+# sure you explicitly run alternatives-2_pkg_{postinst,prerm} where
appropriate.
ALTERNATIVES_DIR="/etc/env.d/alternatives"
@@ -119,7 +119,7 @@ alternatives-2_pkg_postinst() {
install -d "${EAUTO}" || eerror "Could not
create eselect modules dir"
fi
cat > "${EAUTO}/${alt}.eselect" <<-EOF
- # This module was automatically generated by
alternatives.eclass
+ # This module was automatically generated by
alternatives-2.eclass
DESCRIPTION="Alternatives for ${alt}"
VERSION="${module_version}"
MAINTAINER="[email protected]"
--
1.8.5.3