Skip to content

Commit

Permalink
make_release.pl: Fix tar invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 22, 2019
1 parent b5c2b90 commit 5e3305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maint/make_release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sub tar_manifest {
'--no-selinux', '--exclude-vcs',
'--exclude-vcs-ignores', '--dereference',
'-v', '--totals',
"--files-from=$manifest", "--verbatim-files-from",
"--verbatim-files-from", "--files-from=$manifest",
'--transform=s|^|' . $output_name . '/|', '--show-transformed-names',
) == 0
or eerror "tar did not exit cleanly, $? $!";
Expand Down

0 comments on commit 5e3305f

Please sign in to comment.