warn where to find ~/.pbuilderrc if missing
[git-tools-moved-to-github.git] / id-deb-build / id-pbuild.sh
index 76559c0..5feb881 100755 (executable)
@@ -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