Skip to content

Commit

Permalink
Fix the route to copy the scripts of src/common
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasas993 committed Nov 21, 2024
1 parent 1d3f1b9 commit 2941644
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 @@ -354,7 +354,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}/debian"
cp -r "distribution/packages/src/common/scripts/." "${TMP_DIR}/debian"
echo "CONTENT OF ${TMP_DIR}/debian"
ls -la "${TMP_DIR}/debian"
chmod a+x "${TMP_DIR}/debmake_install.sh"
Expand Down

0 comments on commit 2941644

Please sign in to comment.