summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-12-09 16:36:45 +0000
committerPatrick Lam <plam@MIT.EDU>2005-12-09 16:36:45 +0000
commitea44e2184198aba956e39ae63a4914544c9719fe (patch)
treeab8fb172d3b0e371c930e9fb45b10b5d92e31a0a /INSTALL
parent204da5a8b88a73e54a9bab0537db7ff4fe8c6374 (diff)
downloadfontconfig-ea44e2184198aba956e39ae63a4914544c9719fe.tar.gz
Migrate cache files from fonts directories to /var/cache/fontconfig. This
helps make fontconfig FHS-compliant, but requires that all caches get rebuilt. Also, autogen.sh now needs the additional parameter --localstatedir=/var.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 58dffd5..a6dc1df 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ important steps:
Set the date
3. Commit those changes
4. rebuild the configuration files with autogen.sh
- sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
+ sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man --localstatedir=/var
5. make distcheck (NB: won't work without docbook-utils -PL)
6. tag the tree
cvs tag fc-2_2_xx