From: Wolfram Schneider Date: Mon, 4 Aug 2014 12:31:47 +0000 (+0000) Subject: warn where to find ~/.pbuilderrc if missing X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=d0e88de779ab52eb0bbc03ea61754662e0701d1e;p=git-tools-moved-to-github.git warn where to find ~/.pbuilderrc if missing --- diff --git a/id-deb-build/id-pbuild.sh b/id-deb-build/id-pbuild.sh index 76559c0..5feb881 100755 --- a/id-deb-build/id-pbuild.sh +++ b/id-deb-build/id-pbuild.sh @@ -169,6 +169,7 @@ if $debian; then fi if test ! -f ${HOME_EXPORT}/.pbuilderrc; then echo "${HOME_EXPORT}/.pbuilderrc missing" + echo "You may need to run: ln -s ~/proj/git-tools/id-deb-build/pbuilderrc ~/.pbuilderrc" exit 1 fi fi