Code cleanup

This commit is contained in:
Pierre Pronchery 2015-05-28 20:25:33 +02:00
parent b7acf31266
commit f0dca37840

View File

@ -248,7 +248,7 @@ _package_debian()
#build the package
_info "Building the package..."
$DPKG_BUILDPACKAGE
$DEBUG $DPKG_BUILDPACKAGE
#XXX ignore errors if the command is not installed
if [ $? -eq 127 ]; then
_warning "Could not build the package"