diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 22:42:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 22:42:09 +0000 |
commit | 31fc5d17fb0ce9b0f740be68e2f9e41785e46814 (patch) | |
tree | 08658bfb2dd46031e00e5e499558bbc58b97bac5 /move/Makefile | |
parent | 6c63406c04b2cc66258dfe117373adc392e80017 (diff) | |
download | drakx-31fc5d17fb0ce9b0f740be68e2f9e41785e46814.tar drakx-31fc5d17fb0ce9b0f740be68e2f9e41785e46814.tar.gz drakx-31fc5d17fb0ce9b0f740be68e2f9e41785e46814.tar.bz2 drakx-31fc5d17fb0ce9b0f740be68e2f9e41785e46814.tar.xz drakx-31fc5d17fb0ce9b0f740be68e2f9e41785e46814.zip |
make_live_tree_boot replacing files by symlinks is responsible for fontconfig cache outdated, fix cache by touching files
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index d46966b99..37509c327 100644 --- a/move/Makefile +++ b/move/Makefile @@ -78,6 +78,7 @@ install: build live_tree_boot: rm -f /tmp/live_tree*.clp ./make_live_tree_boot + tools/fix-fc-cache.pl $(DEST_LIVETREE) $(MAKE) /tmp/live_tree_always.clp $(MAKE) /tmp/live_tree_boot.clp $(MAKE) /tmp/live_tree_totem.clp @@ -85,6 +86,7 @@ live_tree_boot: un_live_tree_boot: ./make_live_tree_boot -u + tools/fix-fc-cache.pl $(DEST_LIVETREE) iso: un_live_tree_boot install live_tree_boot rm -rf /tmp/iso /tmp/live_tree.clp |