applying patches provided by griswold

svn path=/nixpkgs/trunk/; revision=19707
This commit is contained in:
Rob Vermaas
2010-01-27 12:12:35 +00:00
parent 77bf39bf82
commit 13417770a3
11 changed files with 221 additions and 11 deletions
+4 -2
View File
@@ -7,7 +7,9 @@ if test -n "$rev"; then
cd $out
git checkout $rev
fi
find $out -name .git\* | xargs rm -rf
if test -z "$leaveDotGit"; then
find $out -name .git\* | xargs rm -rf
fi
stopNest