wesnoth-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-dev] [bug #13809] installation of data files fails


From: ott
Subject: [Wesnoth-dev] [bug #13809] installation of data files fails
Date: Mon, 18 Jul 2005 15:21:52 +0200
User-agent: Mutt/1.5.6i

----- Forwarded message from anonymous <address@hidden> -----

> 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.

-- address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]