----- Forwarded message from anonymous <[EMAIL PROTECTED]> ----- > Follow-up Comment #2, bug #13809 (project wesnoth): > > It seems the following is the real problem: > ( (cd . && find data fonts sounds -type d -not \( -name CVS -prune \) -print; > find: -not: unknown option > > If I replace the three "-not" in Makefile.am with "!", installation > succeeds.
Can we safely replace -not with ! in the find invocation on all our supported platforms? ! (as well as -not) works fine on Mac OS X 10.3.9, and I recall using it on ancient Unices before the POSIX standards. The bug reporter is running NetBSD which clearly doesn't support -not. -- [EMAIL PROTECTED]
