Fixed symlink path leakage.
authorIain Patterson <me@iain.cx>
Wed, 29 Oct 2014 14:37:10 +0000 (14:37 +0000)
committerIain Patterson <me@iain.cx>
Wed, 29 Oct 2014 14:37:10 +0000 (14:37 +0000)
The .fonts.conf symlink was incorrectly pointing to a fully-qualified
path, making it unsuitable for use in the general case.

.fonts.conf

index 06a128d..775cff4 120000 (symlink)
@@ -1 +1 @@
-/home/iain/.config/fontconfig/fonts.conf
\ No newline at end of file
+.config/fontconfig/fonts.conf
\ No newline at end of file