warn where to find ~/.pbuilderrc if missing
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 4 Aug 2014 12:31:47 +0000 (12:31 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 4 Aug 2014 12:31:47 +0000 (12:31 +0000)
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