Skip to content

Commit

Permalink
Replace deb packaging scripts with opensearchs
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Dec 19, 2024
1 parent a6476b2 commit 706df02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function assemble_deb() {
# Copy spec
cp "distribution/packages/src/deb/Makefile" "${TMP_DIR}"
cp "distribution/packages/src/deb/debmake_install.sh" "${TMP_DIR}"
cp -r "distribution/packages/src/deb/debian" "${TMP_DIR}"
cp -r "distribution/packages/src/common/scripts" "${TMP_DIR}"
chmod a+x "${TMP_DIR}/debmake_install.sh"
# Copy performance analyzer service file
enable_performance_analyzer
Expand Down

0 comments on commit 706df02

Please sign in to comment.