From 7c169f635a6b1f79038db0dc97b4a29e8be58f1e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 4 Feb 2022 16:06:12 -0500 Subject: [PATCH] Actually correct deb builder for vtbufferd --- confluent_vtbufferd/builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_vtbufferd/builddeb b/confluent_vtbufferd/builddeb index af61218f..36f41218 100755 --- a/confluent_vtbufferd/builddeb +++ b/confluent_vtbufferd/builddeb @@ -21,6 +21,6 @@ tar cvzf ${DPKGNAME}_${VERSION}.orig.tar.gz $DPKGNAME-${VERSION} cd $DPKGNAME-${VERSION} debuild --no-lintian -us -uc if [ ! -z "$1" ]; then - mv /tmp/confluent/$DPKGNAME-${VERSION}*.deb $1/ + mv /tmp/confluent/${DPKGNAME}_${VERSION}*.deb $1/ fi exit 0