2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Actually correct deb builder for vtbufferd

This commit is contained in:
Jarrod Johnson 2022-02-04 16:06:12 -05:00
parent 82f85b8aef
commit 7c169f635a

View File

@ -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