summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2014-08-27 23:19:19 +0200
committerBertrand Jacquin <beber@meleeweb.net>2014-08-27 23:20:17 +0200
commit0ae1600d09fd9d4d5f64e127638ab8e368348da7 (patch)
treec87102d40e160417f58a356198962b59588ed637 /profiles
parentprofiles/desktop: Drop INSTALL_MASK as handled by profile.bashrc now (diff)
downloadportage-0ae1600d09fd9d4d5f64e127638ab8e368348da7.tar.xz
profiles/common: profile.bashrc: Rename __drop-man-nls
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/profile.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index eafdcb86..24a80b4b 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -1,4 +1,4 @@
-function __drop-man-nls () {
+function __drop-nls-man-pages () {
if ! has noman ${FEATURES} ; then
return 0
fi
@@ -71,7 +71,7 @@ function post_src_install () {
}
function pre_pkg_preinst () {
- __drop-man-nls
+ __drop-nls-man-pages
}
# vim: syntax=sh