diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-07 14:45:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-07 14:45:58 +0000 |
commit | 8225178a24911e82aa2bb6ee6ee4cd206933baf9 (patch) | |
tree | 49b7d2b42249c667958f1159f7f3336cb77541fe /move/Makefile | |
parent | 419a368acbb540db6ae8cff8efb04dca76824409 (diff) | |
download | drakx-8225178a24911e82aa2bb6ee6ee4cd206933baf9.tar drakx-8225178a24911e82aa2bb6ee6ee4cd206933baf9.tar.gz drakx-8225178a24911e82aa2bb6ee6ee4cd206933baf9.tar.bz2 drakx-8225178a24911e82aa2bb6ee6ee4cd206933baf9.tar.xz drakx-8225178a24911e82aa2bb6ee6ee4cd206933baf9.zip |
create and handle always_i18n_xxx clp's
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 67cd5e506..4abaf5b30 100644 --- a/move/Makefile +++ b/move/Makefile @@ -65,6 +65,7 @@ live_tree_boot: $(MAKE) /tmp/live_tree_always.clp $(MAKE) /tmp/live_tree_boot.clp $(MAKE) /tmp/live_tree_totem.clp + $(MAKE) $(patsubst %, /tmp/live_tree_always_i18n_%.clp, $(LANG_FILES)) live_tree_boot_all: cd /tmp/live_tree ; find -type l | cpio -pd /tmp/live_tree_boot_all |