From aa5af0db612809f689ffcb16ef3d3e6cc419c69f Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 29 Oct 2014 14:37:10 +0000 Subject: [PATCH] Fixed symlink path leakage. The .fonts.conf symlink was incorrectly pointing to a fully-qualified path, making it unsuitable for use in the general case. --- .fonts.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fonts.conf b/.fonts.conf index 06a128d..775cff4 120000 --- a/.fonts.conf +++ b/.fonts.conf @@ -1 +1 @@ -/home/iain/.config/fontconfig/fonts.conf \ No newline at end of file +.config/fontconfig/fonts.conf \ No newline at end of file -- 2.7.4