From d0e88de779ab52eb0bbc03ea61754662e0701d1e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 4 Aug 2014 12:31:47 +0000 Subject: [PATCH] warn where to find ~/.pbuilderrc if missing --- id-deb-build/id-pbuild.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4