mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix warning in our perl-MakeMaker platform module.
This commit is contained in:
@@ -501,7 +501,7 @@ index 25ace13..0be8c3d 100644
|
||||
|
||||
- $mm->init_INSTALL_from_PREFIX;
|
||||
+ # switch to vendor directories if requested.
|
||||
+ if ($ENV{'HAIKU_USE_VENDOR_DIRECTORIES'} eq '1') {
|
||||
+ if ($ENV{'HAIKU_USE_VENDOR_DIRECTORIES'}) {
|
||||
+ $self->{INSTALLDIRS} ||= 'vendor';
|
||||
+ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user