2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Correct path name in build process

This commit is contained in:
Jarrod Johnson 2021-06-03 17:50:01 -04:00
parent 044ae53ae3
commit 8eecd03d4b

View File

@ -25,7 +25,7 @@ mkdir -p stateless-bin
cd utils
make all
cp copernicus clortho autocons ../opt/confluent/bin
cp start_root urlmount ../stateless/
cp start_root urlmount ../stateless-bin/
cd ..
for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do
mkdir ${os}out