Skip to content

Commit

Permalink
Merge pull request #17 from waja-archive/tar_fix
Browse files Browse the repository at this point in the history
Symlinks are transformed as well, which leads into broken symlinks.
  • Loading branch information
dawidd6 authored Nov 8, 2020
2 parents 76fe8d7 + 32dba72 commit e6341a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function main() {
"tar",
"--exclude-vcs",
"--exclude", "./debian",
"--transform", `s/^\./${package}-${version}/`,
"--transform", `s/^\./${package}-${version}/S`,
"-cvzf", `${buildDirectory}/${package}_${version}.orig.tar.gz`,
"-C", sourceDirectory,
"./"
Expand Down

0 comments on commit e6341a6

Please sign in to comment.