From a1ba6d9f768f7c9092d4fc150c8b2a2d81f0cbdd Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Thu, 19 Aug 2010 06:12:06 +0200 Subject: Warn when /var/lock, /var/run, /dev are in the installed image. --- bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bashrc') 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" \) , \ -- cgit v1.2.3-65-gdbad