MiniVend Akopia Services

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

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



******    message to minivend-users from 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

Ciao
		Racke

-- 
LinuXia - Solutions of Cool Competence - Internetprogramming and more
D-30163 Hannover, Waldstra&#223;e 4, 0511-393656 (http://www.linuxia.de/)
Come to the land of real computing where penguins and their friends
spread the word of Open Source which crushes windows instantly.
-
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: