pyceo-broken/build.sh

6 lines
96 B
Bash
Raw Permalink Normal View History

2009-09-09 17:38:29 -04:00
if test -e .git; then
git-buildpackage --git-ignore-new -us -uc
else
debuild -us -uc
fi