MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [PATCH]: Cured make install if MiniVend controlled by CVS



******    message to minivend-users from mikeh@minivend.com     ******

Quoting Stefan Hornburg (racke@linuxia.de):
> 
> 
> MiniVend tries to install CVS as an ordinary file. Here is a patch
> against 3.12 that cures this effect:
> 
> --- Makefile.PL 1999/04/06 13:14:07     1.1.1.1
> +++ Makefile.PL 1999/04/06 13:38:59     1.2
> @@ -422,8 +422,10 @@
>         if ($@) {
>                 push @extra_lib_dirs, 'File', 'File/Spec';
>                 my (@f) = glob 'extra/File/Spec/*';
> -               for (@f) { s:extra/:: }
> -               push @extra_lib_files, 'File/Spec.pm', @f;
> +               push @extra_lib_files, 'File/Spec.pm';
> +               for (@f) {
> +                   unless (-d $_) { s:extra/::; push @extra_lib_files, $_; }
> +               }
>         }
>  
>         # We will use our own version of File::CounterFile always
> 

Thanks -- actually I was forced to bring the File::Spec routines
into MiniVend because of its insistence on a File::Spec->routine()
calling mechanism. MiniVend doesn't use it at all any more, so
I just removed it.

-- 
Mike Heins                          http://www.minivend.com/  ___ 
                                    Internet Robotics        |_ _|____
In character, in manners, in        131 Willow Lane, Floor 2  | ||  _ \
style, in all things, the           Oxford, OH  45056         | || |_) |
supreme excellence is               <mikeh@minivend.com>     |___|  _ <
simplicity. -- Longfellow           513.523.7621 FAX 7501        |_| \_\
-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: