From eb1533c30d001e3e3bf58253d148f5030e707de1 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 5 Nov 2009 13:44:05 +0100 Subject: [PATCH] [conf] symlinks are the other way around, need to fix inside distro too, old Gentoo bug --- conf/fssymlinks.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/fssymlinks.conf b/conf/fssymlinks.conf index c391737ed..2a1754e8b 100644 --- a/conf/fssymlinks.conf +++ b/conf/fssymlinks.conf @@ -6,5 +6,5 @@ # WARNING WARNING WARNING WARNING WARNING WARNING WARNING # Filesystem reverse symlink mapping file, do not edit. # -/lib /lib64 -/usr/lib /usr/lib64 \ No newline at end of file +/lib64 /lib +/usr/lib64 /usr/lib