2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-10 18:12:30 +00:00

Provide optional output directory

This commit is contained in:
Jarrod Johnson
2026-01-06 15:54:46 -05:00
parent 45bc9788b4
commit 6ca62cbb35

View File

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