From 8eecd03d4b211cb889a26aa6d3ab9674cf0efd4d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 3 Jun 2021 17:50:01 -0400 Subject: [PATCH] Correct path name in build process --- confluent_osdeploy/confluent_osdeploy.spec.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 1eb70404..d6ef8c32 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -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