You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2021/09/26 11:46:20 UTC

[thrift] branch master updated: fix perl packaging issue

This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new cb808fc  fix perl packaging issue
cb808fc is described below

commit cb808fcb79d03028c6138891381689e1ef4e4a94
Author: James E. King III <jk...@apache.org>
AuthorDate: Sun Sep 26 07:45:25 2021 -0400

    fix perl packaging issue
---
 lib/perl/build-cpan-dist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/perl/build-cpan-dist.sh b/lib/perl/build-cpan-dist.sh
index c92fd76..ac0ff0b 100755
--- a/lib/perl/build-cpan-dist.sh
+++ b/lib/perl/build-cpan-dist.sh
@@ -52,5 +52,5 @@ cp -pr ../gen-perl .
 cp -pr ../gen-perl2 .
 perl ../tools/FixupDist.pl
 cd ..
-tar cvzf --hard-dereference $DISTFILE $DISTDIR
+tar cvzf $DISTFILE $DISTDIR
 rm -r $DISTDIR