diff --git a/confluent_vtbufferd/buildrpm b/confluent_vtbufferd/buildrpm index c3e0d567..bd1ae99b 100755 --- a/confluent_vtbufferd/buildrpm +++ b/confluent_vtbufferd/buildrpm @@ -24,5 +24,10 @@ else # Clean up the generated files in this directory rm -rf dist fi +ARCH=$(uname -m) +if [ ! -z "$1" ]; then + cp /root/prmbuild/RPMS/$ARCH/confluent_vtbufferd-*.$ARCH.rpm $1 +fi +