diff options
author | Patrick Lam <plam@MIT.EDU> | 2005-12-09 16:36:45 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2005-12-09 16:36:45 +0000 |
commit | ea44e2184198aba956e39ae63a4914544c9719fe (patch) | |
tree | ab8fb172d3b0e371c930e9fb45b10b5d92e31a0a /INSTALL | |
parent | 204da5a8b88a73e54a9bab0537db7ff4fe8c6374 (diff) |
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-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |