Deal with missing CVS
This commit is contained in:
parent
d8ab713aa6
commit
46e157b2f4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ endif
|
|||
|
||||
finddata=(cd $(top_srcdir) && find data fonts sounds $(findfilterflags) -o -print \
|
||||
$(findmoredata) )
|
||||
finddatadirs=(cd $(top_srcdir) && find data fonts sounds -type d \! \( -name CVS -prune \) -print; $(findmoredatadirs) )
|
||||
finddatadirs=(cd $(top_srcdir) && find data fonts sounds -type d \! \( -name .svn -prune \) -print; $(findmoredatadirs) )
|
||||
findnoinst=(cd $(top_srcdir) && find utils -name .svn -prune -o -name ".\#*" -o -type d -o -print && find MANUAL*)
|
||||
|
||||
w_preparefileinstall = if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
|
|
Loading…
Add table
Reference in a new issue