+1 On Oct 6, 2009, at 5:00 PM, James Turnbull wrote:
> > Thanks to Allan Marcus for the fix. > > Signed-off-by: James Turnbull <[email protected]> > --- > conf/osx/createpackage.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/osx/createpackage.sh b/conf/osx/createpackage.sh > index 2023839..d27ef0e 100755 > --- a/conf/osx/createpackage.sh > +++ b/conf/osx/createpackage.sh > @@ -38,7 +38,7 @@ function find_installer() { > elif [ -f "../${INSTALLRB}" ]; then > installer="$(pwd)/../${INSTALLRB}" > elif [ -f "../../${INSTALLRB}" ]; then > - installer="$(pwd)/../${INSTALLRB}" > + installer="$(pwd)/../../${INSTALLRB}" > else > installer="" > fi > -- > 1.6.0.6 > > > > -- Talent hits a target no one else can hit; Genius hits a target no one else can see. -- Arthur Schopenhauer --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
