shithub: freetype+ttf2subf

Download patch

ref: ee5d3b5947618c603353752e39b610e91ee2cb4c
parent: 073986ec4a7ee491383067285032fb9d1706d0c4
author: Werner Lemberg <[email protected]>
date: Thu Jun 30 11:08:15 EDT 2011

* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-30  İsmail Dönmez <[email protected]>
+
+	* builds/toplevel.mk: We use git, not CVS, thus skip `.gitignore'.
+
 2011-06-29  Werner Lemberg  <[email protected]>
 
 	Fix Savannah bug #33663.
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -199,7 +199,7 @@
 
 	currdir=`pwd` ; \
 	for f in `find . -wholename '*/.git' -prune \
-	                 -o -name .cvsignore \
+	                 -o -name .gitignore \
 	                 -o -type d \
 	                 -o -print` ; do \
 	  ln -s $$currdir/$$f tmp/$$f ; \