Problems with compiling java programs on FreeBSD from ports

Matthew Seaman matthew at FreeBSD.org
Mon Apr 2 08:42:18 UTC 2012


On 02/04/2012 09:35, Super Bisquit wrote:
> chipchop# find -type d -exec chmod  0755 {}\;
> find: illegal option -- t
> find: illegal option -- y
> find: illegal option -- p
> find: illegal option -- e
> find: d: No such file or directory

You need to give find(1) a starting point directory as its first
argument.  Something like:

   find /usr/local/java -type d -exec chmod 0755 {} \;

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20120402/ee760473/signature.pgp


More information about the freebsd-java mailing list