Correction passage arguments sur dpkg-buildpackage, fixes #1
This commit is contained in:
@ -34,7 +34,7 @@ function build_project()
|
||||
|
||||
cd "${workspace}"
|
||||
|
||||
dpkg-buildpackage -b -a "${TARGET_ARCH}" 2> >(stderr) 1> >(stdout)
|
||||
dpkg-buildpackage -b -a"${TARGET_ARCH}" 2> >(stderr) 1> >(stdout)
|
||||
|
||||
if [ $? != 0 ]; then
|
||||
fatal "The build process has not completed successfuly !"
|
||||
|
Reference in New Issue
Block a user