In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c556ea940426f50518e9557a37f26b3b3191f59a?hp=b545184ec397e90a1e25844a1f0c830dec9ee6dc>

- Log -----------------------------------------------------------------
commit c556ea940426f50518e9557a37f26b3b3191f59a
Author: Craig A. Berry <[email protected]>
Date:   Sat Dec 28 14:09:46 2013 -0600

    Fix $Config{src} on VMS.
    
    It may not matter much as it's been broken since dab31494e8bab and
    doesn't seem to have caused any trouble, but to be pedantically
    correct the location of the source is not the same as the install
    location.
-----------------------------------------------------------------------

Summary of changes:
 configure.com | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.com b/configure.com
index db9f0be..494b819 100644
--- a/configure.com
+++ b/configure.com
@@ -2454,7 +2454,7 @@ $ ENDIF
 $ ! more redundant scrubbing of values
 $ prefix = prefix - "000000."
 $ IF F$LOCATE(".]",prefix) .EQ. F$LENGTH(prefix) THEN prefix = prefix - "]" + 
".]"
-$ src = prefix
+$ src = prefix - "_ROOT."
 $!: determine root of directory hierarchy where package will be installed.
 $ dflt = prefix
 $ IF .NOT.silent 

--
Perl5 Master Repository

Reply via email to