pyceo/build.sh

6 lines
96 B
Bash
Executable File

if test -e .git; then
git-buildpackage --git-ignore-new -us -uc
else
debuild -us -uc
fi