diff --git a/linux/debian/scripts/compile_and_pack.sh b/linux/debian/scripts/compile_and_pack.sh index 8d9ec0de72bc819ff9f5ef9faa5da392f25ea8d6..fa85a307240556559aca39303faa62388be10fe2 100755 --- a/linux/debian/scripts/compile_and_pack.sh +++ b/linux/debian/scripts/compile_and_pack.sh @@ -28,7 +28,7 @@ error=0 #2DO: add trap command to clean the sources on exit. trap cleanup SIGINT codename=$(lsb_release -a | grep Codename | cut -f2) -dpkg-buildpackage -J -us --changes-option=--build=any -uc +dpkg-buildpackage -J -us --changes-option=--build=any -uc || error=$? if [[ $(ls .. | grep 'dbgsym') != "" ]]; then rm -f ../*dbgsym* fi