-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.005_63: sitelib doc mismatch #941
Comments
From @sciuriusThe INSTALL document says that $sitelib is sh Configure -des -Dprefix=/usr -Dinstallprefix=$RPM_BUILD_ROOT/usr -Darchname=${RPM_ARCH}-linux -Dd_dosuid it turns out to be $prefix/lib/site_perl instead. Perl Info
|
From @doughera88On Tue, 14 Dec 1999, Johan Vromans wrote:
Ouch. I see where the offending line in Configure is. I'm pretty Andy Dougherty doughera@lafayette.edu |
From @doughera88On Tue, 14 Dec 1999, Andy Dougherty wrote:
Well, staring at it again a week later, it still looks wrong, so here's Thanks for spotting this. Andy Dougherty doughera@lafayette.edu Inline Patch--- perl/Configure Fri Dec 10 14:43:44 1999
+++ andy/Configure Wed Dec 22 14:19:29 1999
@@ -6778,7 +6783,7 @@
: XXX No longer works with Prefixit stuff.
prog=`echo $package | $sed 's/-*[0-9.]*$//'`
case "$installstyle" in
-*lib/perl5*) dflt=$siteprefix/lib/site_$prog ;;
+*lib/perl5*) dflt=$siteprefix/lib/$package/site_$prog ;;
*) dflt=$siteprefix/lib/site_$prog ;;
esac
$cat <<EOM |
Migrated from rt.perl.org#1886 (status was 'resolved')
Searchable as RT1886$
The text was updated successfully, but these errors were encountered: