Skip to content

Commit

Permalink
Add symbols_file_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoquicenoz committed Mar 7, 2024
1 parent c102fad commit 677da26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpms/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ fi
build_dir=/build_wazuh
rpm_build_dir=${build_dir}/rpmbuild
file_name="wazuh-${build_target}-${wazuh_version}-${package_release}"
symbols_file_name="wazuh-${build_target}-${wazuh_version}-${package_release}"
rpm_file="${file_name}.${architecture_target}.rpm"
symbols_rpm_file="${file_name}-dbg.${architecture_target}.rpm"
symbols_rpm_file="${symbols_file_name}-dbg.${architecture_target}.rpm"
src_file="${file_name}.src.rpm"
pkg_path="${rpm_build_dir}/RPMS/${architecture_target}"
src_path="${rpm_build_dir}/SRPMS"
Expand Down

0 comments on commit 677da26

Please sign in to comment.