Skip to content

Commit

Permalink
Remove usage of env file
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Dec 23, 2024
1 parent be4832b commit 07a81e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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/common/env" "${TMP_DIR}"
# cp -r "distribution/packages/src/common/env" "${TMP_DIR}"
cp -r "distribution/packages/src/common/scripts" "${TMP_DIR}"/debian
chmod a+x "${TMP_DIR}/debmake_install.sh"
# Copy performance analyzer service file
Expand All @@ -385,8 +385,8 @@ function assemble_deb() {
cp "./debian/control" "./debian/wazuh-control"
ar xf "${ARTIFACT_BUILD_NAME}" control.tar.gz
tar zvxf control.tar.gz -C "debian"
# mv "./debian/wazuh-control" "./debian/control"
# rm "./debian/conffiles"
mv "./debian/wazuh-control" "./debian/control"
rm "./debian/conffiles"

local version
version=$(cat ./usr/share/wazuh-indexer/VERSION)
Expand Down

0 comments on commit 07a81e0

Please sign in to comment.