summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:27:15 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:27:15 +0000
commitdec0e265a040825600d2e7b276cbcdaa517e0cee (patch)
tree02531c263cdd730d0e6efebbb995fbd3a08a76fe /perl-install/any.pm
parent0871f6f667cf301c9973d14ab612456177789389 (diff)
downloaddrakx-dec0e265a040825600d2e7b276cbcdaa517e0cee.tar
drakx-dec0e265a040825600d2e7b276cbcdaa517e0cee.tar.gz
drakx-dec0e265a040825600d2e7b276cbcdaa517e0cee.tar.bz2
drakx-dec0e265a040825600d2e7b276cbcdaa517e0cee.tar.xz
drakx-dec0e265a040825600d2e7b276cbcdaa517e0cee.zip
/usr/X11R6 is now empty
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 76ad7509b..787706332 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -792,7 +792,7 @@ sub writeandclean_ldsoconf {
my @l = chomp_(cat_($file));
my @default = ('/lib', '/usr/lib'); #- no need to have /lib and /usr/lib in ld.so.conf
- my @suggest = ('/usr/X11R6/lib', '/usr/lib/qt3/lib'); #- needed for upgrade where package renaming can cause this to disappear
+ my @suggest = ('/usr/lib/qt3/lib'); #- needed for upgrade where package renaming can cause this to disappear
if (arch() =~ /x86_64/) {
@default = map { $_, $_ . '64' } @default;