Skip to content
Snippets Groups Projects
Commit e2dd5d9b authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

correct install_ioc

parent 180e4137
No related branches found
No related tags found
Loading
Pipeline #345937 passed
......@@ -31,8 +31,8 @@ retrieve_and_copy_source_files() {
# Update Makefile with files from the specified folder
update_makefile_with_files() {
local folder_path="$1/${2}IOC/${2}App/Db"
local makefile_path_db="$1/${2}IOC/${2}App/Db/Makefile"
local folder_path="$1/${2}IOC/${2}IOCApp/Db"
local makefile_path_db="$1/${2}IOC/${2}IOCApp/Db/Makefile"
# Find all files with .db and .sub* extensions in the specified folder
local files=$(find "$folder_path" -type f \( -name "*.db" -o -name "*.sub*" -o -name "*.template" \))
......@@ -67,7 +67,7 @@ done
# Update Makefile with .dbd values
update_makefile_with_dbd_values() {
local modules=($(yq eval '.modules | keys | .[]' "$1"))
local makefile_path_src="$2/${3}IOC/${3}App/src/Makefile"
local makefile_path_src="$2/${3}IOC/${3}IOCApp/src/Makefile"
# Extract .dbd values for all modules
local dbd_values=()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment