From 307f5c78e76704076a4ef83f55ad1656494c2bcc Mon Sep 17 00:00:00 2001 From: Takeru Naito Date: Wed, 13 Sep 2017 22:36:06 +0900 Subject: [PATCH] Make the Daredevil SKK updatable Using a cp command instead of a mv command to enable re-execute the build step. --- recipes/ddskk.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ddskk.rcp b/recipes/ddskk.rcp index 1ebf822c..a3be2042 100644 --- a/recipes/ddskk.rcp +++ b/recipes/ddskk.rcp @@ -11,4 +11,4 @@ ;; thus here we are trying to emulate the Makefile behaviour. :build `((,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile") (,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile-info") - ("mv" "skk-setup.el.in" "skk-setup.el"))) + ("cp" "skk-setup.el.in" "skk-setup.el")))