Skip to content

Commit

Permalink
Fix PA missing permissions on Deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Nov 19, 2024
1 parent 004daa2 commit ca81329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/packages/src/deb/debmake_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ fi

binary_files=()
binary_files+=("${buildroot}${product_dir}"/bin/*)
binary_files+=("${buildroot}${product_dir}"/bin/opensearch-performance-analyzer/*)
binary_files+=("${buildroot}${product_dir}"/jdk/bin/*)
binary_files+=("${buildroot}${product_dir}"/jdk/lib/jspawnhelper)
binary_files+=("${buildroot}${product_dir}"/jdk/lib/modules)
Expand Down

0 comments on commit ca81329

Please sign in to comment.