]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix removing .git things with makedist.sh
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 2 Oct 2013 08:55:29 +0000 (10:55 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 2 Oct 2013 08:55:29 +0000 (10:55 +0200)
makedist.sh

index 8eba9e33c1f19c01b812dbcb25e674fcca48aec7..18b24095dfe341b8bcdf2b5662744eeea95ebb5a 100755 (executable)
@@ -140,7 +140,8 @@ rm -r autom4te* drill/autom4te* examples/autom4te* || error_cleanup "Failed to r
 # custom removes
 find . -name .c-mode-rc.el -exec rm {} \;
 find . -name .cvsignore -exec rm {} \;
-find . -name ".git*" -exec rm -fr {} \;
+rm  -f .gitignore .gitmodules contrib/Net-LDNS/.git
+rm -rf .git
 rm -rf lua 
 rm -rf masterdont 
 rm makedist.sh || error_cleanup "Failed to remove makedist.sh."