]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: output the correct name of the .changes file
authorTravis Cross <tc@traviscross.com>
Sat, 2 Jun 2012 15:17:10 +0000 (15:17 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 2 Jun 2012 15:17:10 +0000 (15:17 +0000)
debian/util.sh

index 2f7362a26c058e38a2ccc3d265593628a3d92b24..ec041be4bda28f77b167be97c834e2f3fd59593e 100755 (executable)
@@ -277,7 +277,7 @@ build_debs () {
       --hookdir "$hookdir" \
       --buildresult ../
   } 1>&2
-  echo ${dsc}_${arch}.changes
+  echo ${dsc%.dsc}_${arch}.changes
 }
 
 build_all () {