Skip to content

Commit

Permalink
copy uenv-wrapper to the rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Jun 5, 2024
1 parent 2dd264e commit d93504d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/generate-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cp "${source_path}/VERSION" "${tar_path}"
cp "${source_path}/activate" "${tar_path}"
cp "${source_path}/uenv-impl" "${tar_path}"
cp "${source_path}/uenv-image" "${tar_path}"
cp "${source_path}/uenv-wrapper" "${tar_path}"

tar_file="${build_path}/SOURCES/${pkg_name}.tar.gz"
tar -czf "${tar_file}" --directory "${build_path}" "${pkg_name}"
Expand Down

0 comments on commit d93504d

Please sign in to comment.