mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Fix deb build of vtbuffered
This commit is contained in:
parent
6769c171c1
commit
896fc09ad8
@ -19,8 +19,8 @@ mv $PKGNAME $DPKGNAME-${VERSION}
|
||||
sed -i s/%%VERSION%%/$VERSION/ $DPKGNAME-${VERSION}/debian/changelog
|
||||
tar cvzf ${DPKGNAME}_${VERSION}.orig.tar.gz $DPKGNAME-${VERSION}
|
||||
cd $DPKGNAME-${VERSION}
|
||||
debuild -us -uc
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user