summaryrefslogtreecommitdiff
path: root/scripts/make-release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-release')
-rwxr-xr-xscripts/make-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-release b/scripts/make-release
index 196c755f57..186358dc7e 100755
--- a/scripts/make-release
+++ b/scripts/make-release
@@ -18,7 +18,7 @@ git clone "${src}" ${destination}
pushd ${destination}
git checkout "v${version}"
git submodule update --init
-rm -rf .git roms/*/.git
+rm -rf .git roms/*/.git dtc/.git pixman/.git
popd
tar cfj ${destination}.tar.bz2 ${destination}
rm -rf ${destination}