Exit if dpkg-buildpackage
fails.
This commit is contained in:
parent
a3d21dc880
commit
2b2fa867f0
|
@ -23,7 +23,7 @@ mv ../PyBitmessage ../${APP}-${VERSION}
|
||||||
make source
|
make source
|
||||||
|
|
||||||
# Build the package
|
# Build the package
|
||||||
dpkg-buildpackage -A
|
dpkg-buildpackage -A || exit 1
|
||||||
|
|
||||||
# change the directory name back
|
# change the directory name back
|
||||||
mv ../${APP}-${VERSION} ../PyBitmessage
|
mv ../${APP}-${VERSION} ../PyBitmessage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user