summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-11-01 23:22:50 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-11-01 23:22:50 +0000
commita414bb4f0d296574e23c99f827d4942db879793d (patch)
tree6cb2800f6d327d5e5dd95d185a028f9146d30a03
parentprofiles/common: Drop /etc/{conf,init}.d/pydoc* (diff)
downloadportage-a414bb4f0d296574e23c99f827d4942db879793d.tar.xz
profiles/common: Missing backslash
-rw-r--r--profiles/common/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index 2469e1ae..6e6f3ece 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -19,7 +19,7 @@ function __drop-nls-man-pages () {
rm -rf "${_ed}/${_dir}"
else
# Drop non man? directories
- find "${_ed}${_dir}"
+ find "${_ed}${_dir}" \
-mindepth 1 -maxdepth 1 \
-type d \
-name 'man*' -prune -o -print |