Skip to content

Commit

Permalink
Fix COPYFILE_DISABLE=1 tar cxf in website/bin/buildrelease.sh #14
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills committed Jul 7, 2017
1 parent 882c825 commit 421ec27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/bin/buildrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ echo ==========================================================================
echo Creating source and doc packages
echo
cd ..
tar zcvf exiv2-$rel-doc.tar.gz exiv2-$rel/doc/index.html exiv2-$rel/doc/html exiv2-$rel/doc/include
COPYFILE_DISABLE=1 tar zcvf exiv2-$rel-doc.tar.gz exiv2-$rel/doc/index.html exiv2-$rel/doc/html exiv2-$rel/doc/include
rm -rf exiv2-$rel/doc/html
tar zcvf exiv2-$rel.tar.gz exiv2-$rel
COPYFILE_DISABLE=1 tar zcvf exiv2-$rel.tar.gz exiv2-$rel
echo
echo ==========================================================================
echo Testing the tarball: unpack, build and run tests
Expand Down

0 comments on commit 421ec27

Please sign in to comment.