Skip to content

Commit

Permalink
Edit assemble script to use in Debian the scripts of distribution/pac…
Browse files Browse the repository at this point in the history
…kages/src/common/scripts
  • Loading branch information
mcasas993 committed Nov 20, 2024
1 parent 39297f7 commit c679117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ function assemble_deb() {
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 c679117

Please sign in to comment.