From ef1e724a1aba04cbe764683be49d303bb19f90de Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 7 Dec 2023 13:40:18 +0100 Subject: [PATCH] Don't ship the .git in the dist tarballs --- dist/tarball/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/tarball/Makefile b/dist/tarball/Makefile index bab97d7ee7..e41adb4aa2 100644 --- a/dist/tarball/Makefile +++ b/dist/tarball/Makefile @@ -42,6 +42,7 @@ all: | grep -v bindings \ | grep -v tests \ | sed -e "s,^,$(R2V)/shlr/capstone/,"` ; \ + rm -rf $(R2V)/.git ; \ rm -rf $(R2V)/shlr/capstone/.[a-z]* ; \ ${TAR} "radare2-${VERSION}.tar" $${V64_FILS} $${V32_FILS} $${R2_FILES} $${CS_FILES} "$(R2V)/ChangeLog" ; \ ${CZ} "radare2-${VERSION}.tar"