summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>1998-08-21 12:29:24 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 05:53:31 +0000
commit8328bf782257ad728cfec0d7eec5c590a7191587 (patch)
tree0d7499494c9564bc359cbc6b127944fd7c4eee46 /installperl
parent708e3b054d184f1df89a7417419acad25ffa7318 (diff)
downloadperl-8328bf782257ad728cfec0d7eec5c590a7191587.tar.gz
don't create empty directories in installperl
Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk> Subject: [PATCH 5.005_02] install: empty dirs p4raw-id: //depot/perl@1816
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 0 insertions, 2 deletions
diff --git a/installperl b/installperl
index 2db72d41ae..0ce39bf73a 100755
--- a/installperl
+++ b/installperl
@@ -564,8 +564,6 @@ sub installlib {
and chmod($name =~ /\.(so|$dlext)$/o ? 0555 : 0444,
"$installlib/$name");
}
- } elsif (-d $_) {
- mkpath("$installlib/$name", 1, 0777);
}
}