Hi;

On Thu, Jun 30, 2011 at 12:24 PM, Werner LEMBERG <[email protected]> wrote:

> > OK, I just thought that you don't want git specific files there
> > since you've removed git specific directories.  I'll workaround it
> > in freetype's spec file.
>
> If you are in a hurry, please provide a patch so that `make dist'
> ignores those files :-) Otherwise, I'll fix this, but without any
> guarantee of a time frame.
>

Since freetype no longer uses CVS attached patch could do the job.

Regards.
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index d9fbee0..d552a4a 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -199,7 +199,7 @@ dist:
 
 	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 ; \
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to