This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't use DSTROOT.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 30 Jul 2003 17:47:10 +0000 (17:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 30 Jul 2003 17:47:10 +0000 (17:47 +0000)
p4raw-id: //depot/maint-5.8/perl@20354
p4raw-integrated: from //depot/perl@20351 'merge in' hints/darwin.sh
(@20350..)

hints/darwin.sh

index dd7e33d..8f0f379 100644 (file)
@@ -26,8 +26,7 @@ case "$prefix" in
        ;;
 '/usr')        # We are building/replacing the built-in perl
        prefix='/';
-       # The DSTROOT is used by the Apple build system.
-       installprefix="${DSTROOT}/";
+       installprefix='/';
        bin='/usr/bin';
        sitebin='/usr/bin';
        installusrbinperl='define'; # You knew what you were doing.