From 337c9d43653a01667a53ec911dd262f7cffc96b9 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 2 Jun 2012 15:17:10 +0000 Subject: [PATCH] debian: output the correct name of the .changes file --- debian/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {