From: Iain Patterson Date: Wed, 29 Oct 2014 14:37:10 +0000 (+0000) Subject: Fixed symlink path leakage. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=aa5af0db612809f689ffcb16ef3d3e6cc419c69f;p=profile.git 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. --- 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