Skip to content

Commit

Permalink
Remove .github directory from release tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 4, 2024
1 parent 0926ff7 commit b144e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git archive --format=tar --prefix=$RELEASENAME/ HEAD | tar x || exit 1
echo "Running autoreconf ..."
cd $RELEASENAME || exit 1
autoreconf || exit 1
rm -rf .gitignore aclocal.m4 autom4te.cache
rm -rf .github .gitignore aclocal.m4 autom4te.cache

echo "Building $RELEASENAME.tar.bz2 ..."
cd .. || exit 1
Expand Down

0 comments on commit b144e8c

Please sign in to comment.