Menu

#116 "installme" droplet failes

Development Branch
closed-fixed
6
2002-02-05
2002-02-04
Axel Rose
No

When I drop e.g. the CPAN PostScript::Simple tgz distribution file on
"installme" I end with
No volume:desktop folder:PostScript-Simple-0.03 package data

Without fully understanding what goes on I could trace this to a
'ppd' section.

The following patch cured it.

:lib:ExtUtils:MM_MacOS.pm
< push @{$self->{RESULT}}, $self->nicetext($self->$section( %a ));
> push @{$self->{RESULT}}, $self->nicetext($self->$section( %a )) if %a;

Axel

Discussion

  • Chris Nandor

    Chris Nandor - 2002-02-05
    • assigned_to: nobody --> pudge
    • labels: --> Installation
    • summary: "installme" droplet failes --> "installme" droplet failes
    • milestone: --> Development Branch
    • priority: 5 --> 6
     
  • Chris Nandor

    Chris Nandor - 2002-02-05

    Logged In: YES
    user_id=3660

     
  • Chris Nandor

    Chris Nandor - 2002-02-05
    • status: open --> closed
     
  • Chris Nandor

    Chris Nandor - 2002-02-05

    Logged In: YES
    user_id=3660

    Found it. ABSTRACT_FROM was not macify()'d so open() on it
    was failing. This cured it, before that whole for () loop
    there:

    $self->{ABSTRACT_FROM} = macfiy($self->{ABSTRACT_FROM}) if
    $self->{ABSTRACT_FROM};

     
  • Chris Nandor

    Chris Nandor - 2002-02-05
    • summary: "installme" droplet failes --> "installme" droplet failes
    • status: closed --> closed-fixed
     

Log in to post a comment.