Skip to content

Commit

Permalink
Fix: This fixes the bug concerning the creation of downloadable crede…
Browse files Browse the repository at this point in the history
…ntial Debian package files.

Changed the order of options in tar command, so that the credential Debian package files are generated.
  • Loading branch information
jhelmold authored Feb 20, 2023
2 parents 3472d16 + 100ec9a commit 32a25b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gvm-lsc-deb-creator
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ COPYRIGHT_FILE="${DOC_DATA_DIR}/copyright"

# Create data archive
cd "${DATA_DIR}"
tar -C "${DATA_DIR}" -acfz "../data.tar.gz" "${HOME_SUBDIR}" "${DOC_SUBDIR}"
tar -C "${DATA_DIR}" -z -cf "../data.tar.gz" "${HOME_SUBDIR}" "${DOC_SUBDIR}"


#
Expand Down

0 comments on commit 32a25b9

Please sign in to comment.