makefile portability patch
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 5 Feb 2009 02:08:03 +0000 (21:08 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 5 Feb 2009 02:08:03 +0000 (21:08 -0500)
commitcc055d2c95d7292ee6eca47801e05f3c238fed45
treed28ef99a11d4725b3b63b42ec92231491dd311b6
parent6655fbb991051d2af8965bfcc0d899a25b7e478f
makefile portability patch

from Thomas Keller, who explains:

1) find -wholename is not available on BSD / OSX (a nice rant about this
issue is here: http://fuhm.livejournal.com/1848.html)

2) cp -a is not available on BSD / OSX, there is an alternative install
call, but it might be cool to just shut up cp complaining about it... ;)

3) Two find calls have been missing the path argument.
Makefile.PL