git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1272b05
)
Fixed symlink path leakage.
author
Iain Patterson
<me@iain.cx>
Wed, 29 Oct 2014 14:37:10 +0000
(14:37 +0000)
committer
Iain 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
patch
|
blob
|
history
diff --git
a/.fonts.conf
b/.fonts.conf
index
06a128d
..
775cff4
120000
(symlink)
--- 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