From 0ae1600d09fd9d4d5f64e127638ab8e368348da7 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 27 Aug 2014 23:19:19 +0200 Subject: profiles/common: profile.bashrc: Rename __drop-man-nls --- profiles/common/profile.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/common') 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 -- cgit v1.2.3