mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-23 08:04:09 +00:00
Correct build script typo
This commit is contained in:
parent
e50423881d
commit
e32e40f451
@ -4,7 +4,7 @@ NUMCOMMITS=`git describe|cut -d- -f 2`
|
||||
if [ "$NUMCOMMITS" != "$VERSION" ]; then
|
||||
VERSION=$VERSION.dev$NUMCOMMITS.g`git describe|cut -d- -f 3`
|
||||
fi
|
||||
sed -e "s/#VERSION#/$VERSION/" conlfuent_imgutil.spec.tmpl > confluent_imgutil.spec
|
||||
sed -e "s/#VERSION#/$VERSION/" confluent_imgutil.spec.tmpl > confluent_imgutil.spec
|
||||
cd ..
|
||||
tar Jcvf confluent_imgutil.tar.xz imgutil
|
||||
mv confluent_imgutil.tar.xz ~/rpmbuild/SOURCES/
|
||||
|
Loading…
x
Reference in New Issue
Block a user