Skip to content

Commit

Permalink
fix perl packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Sep 26, 2021
1 parent 7ecc9ef commit cb808fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl/build-cpan-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb808fc

Please sign in to comment.