From: Travis Cross Date: Sat, 2 Jun 2012 15:17:10 +0000 (+0000) Subject: debian: output the correct name of the .changes file X-Git-Tag: v1.2.0~290^2~9^2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=337c9d43653a01667a53ec911dd262f7cffc96b9;p=thirdparty%2Ffreeswitch.git debian: output the correct name of the .changes file --- diff --git a/debian/util.sh b/debian/util.sh index 2f7362a26c..ec041be4bd 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -277,7 +277,7 @@ build_debs () { --hookdir "$hookdir" \ --buildresult ../ } 1>&2 - echo ${dsc}_${arch}.changes + echo ${dsc%.dsc}_${arch}.changes } build_all () {