Code cleanup
This commit is contained in:
parent
b7acf31266
commit
f0dca37840
|
@ -248,7 +248,7 @@ _package_debian()
|
||||||
|
|
||||||
#build the package
|
#build the package
|
||||||
_info "Building the package..."
|
_info "Building the package..."
|
||||||
$DPKG_BUILDPACKAGE
|
$DEBUG $DPKG_BUILDPACKAGE
|
||||||
#XXX ignore errors if the command is not installed
|
#XXX ignore errors if the command is not installed
|
||||||
if [ $? -eq 127 ]; then
|
if [ $? -eq 127 ]; then
|
||||||
_warning "Could not build the package"
|
_warning "Could not build the package"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user