Author: esr
Date: Mon Mar 30 13:01:35 2009
New Revision: 34288

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34288&view=rev
Log:
Address bug #13292: Installation problem caused by unknown find
arguments.

Modified:
    trunk/Makefile.am

Modified: trunk/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=34288&r1=34287&r2=34288&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Mon Mar 30 13:01:35 2009
@@ -5,7 +5,7 @@
 bin_SCRIPTS =
 
 # Ignore junk -- object files, editor backup files, wmllint backup files.
-findfilterflags=! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name 
"*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -wholename 
"data/test/*" \)
+findfilterflags=! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name 
"*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -regex 
"data/test/*" \)
 
 # List all datafiles, ignoring junk
 finddata=(cd $(top_srcdir) && find data fonts icons images sounds 
$(findfilterflags) -print )


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to