summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 4a1d802..1d0eabe 100755
--- a/bashrc
+++ b/bashrc
@@ -83,7 +83,10 @@ post_src_install() {
\( \( -path "${D}"usr/man/\* -or -path "${D}"usr/info/\* -or \
-path "${D}"usr/X11R6/\* -or \
-path "${D}"usr/locale/\* -or \
- -path "${D}"usr/local/\* \
+ -path "${D}"usr/local/\* -or \
+ -path "${D}"var/lock\* -or \
+ -path "${D}"var/run/\* -or \
+ -path "${D}"dev/\* \
\) -fprintf "${T}"/tinderbox-invalid-directory.log "/%P\n" \) , \
\( -path "${D}"usr/lib/perl5/site_perl/\* \
-fprintf "${T}"/tinderbox-site-perl.log "/%P\n" \) , \