diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/profile.bashrc | 4 |
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 |