projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2daa2c2
)
warn where to find ~/.pbuilderrc if missing
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 4 Aug 2014 12:31:47 +0000
(12:31 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 4 Aug 2014 12:31:47 +0000
(12:31 +0000)
id-deb-build/id-pbuild.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/id-pbuild.sh
b/id-deb-build/id-pbuild.sh
index
76559c0
..
5feb881
100755
(executable)
--- 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