From dc8487cb4fa66e3e97b564ff0ba14db3d19652c1 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 17 Jun 2021 16:41:20 +0200 Subject: [PATCH] Fix missing `layout-dir` in makefile The `layout-dir` got removed, but the make action depended on the `dir`. --- CHANGELOG.md | 1 + Makefile.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c804684c..50faa436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) `layout-dir` one can switch either the layouts to the new dir, or set the `layout-dir` to be the current `layout-dir` +* Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580) ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) diff --git a/Makefile.toml b/Makefile.toml index 490d6e2b..16b7695b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -51,7 +51,6 @@ asset_dir = set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/assets target_dir = set ${CARGO_TARGET_DIR} data_dir = set ${target_dir}/dev-data rm -r ${data_dir} -cp ${asset_dir}/layouts ${data_dir}/ plugins = glob_array ${target_dir}/wasm32-wasi/debug/*.wasm for plugin in ${plugins} plugin_name = basename ${plugin}