# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/perl/libdir.diff # Copyright (C) 2004 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- --- perl-5.8.0/Configure.orig 2002-09-09 11:31:19.000000000 -0400 +++ perl-5.8.0/Configure 2002-09-09 11:40:37.000000000 -0400 @@ -6458,8 +6458,8 @@ : Reproduce behavior of 5.005 and earlier, maybe drop that in 5.7. case "$installstyle" in '') case "$prefix" in - *perl*) dflt='lib';; - *) dflt='lib/perl5' ;; + *perl*) dflt='lib64';; + *) dflt='lib64/perl5' ;; esac ;; *) dflt="$installstyle" ;; @@ -6475,8 +6475,8 @@ : /opt/perl/lib/perl5... would be redundant. : The default "style" setting is made in installstyle.U case "$installstyle" in -*lib/perl5*) set dflt privlib lib/$package/$version ;; -*) set dflt privlib lib/$version ;; +*lib64/perl5*) set dflt privlib lib64/$package/$version ;; +*) set dflt privlib lib64/$version ;; esac eval $prefixit $cat <