perl/perl-5.8.0-root.patch
cvsdist d462f23419 auto-import changelog data from perl-5.8.1-92.src.rpm
5.8.1-92
- add srand on fork patch from upstream, as well as test case
5.8.1-91
- perl 5.8.1 final
5.8.1-90.rc5.3
- ensure inc_version_list is always set properly
Mon Sep 22 2003 Chip Turner <cturner@redhat.com>
- update to RC5
5.8.1-90.rc4.2
- rebuild
2004-09-09 10:06:59 +00:00

12 lines
479 B
Diff

--- perl/installperl.patch 2003-07-07 09:55:32.000000000 -0400
+++ perl/installperl 2003-07-07 09:56:03.000000000 -0400
@@ -213,7 +213,7 @@
# Do some quick sanity checks.
-if (!$nonono && $d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
+# if (!$nonono && $d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
$installbin || die "No installbin directory in config.sh\n";
-d $installbin || mkpath($installbin, $verbose, 0777);