From 95e00da012d5212f502caeb8fd5032d45f3d6dc4 Mon Sep 17 00:00:00 2001 From: Jomocool <2512364506@qq.com> Date: Thu, 16 May 2024 17:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BApasswd,shadow,group,gshadow?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e9e8c2f..566e19e 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,9 @@ fmt-check: install: mkdir -p $(INSTALL_DIR)/etc/reach/system mkdir -p $(INSTALL_DIR)/etc/reach/ipc + mkdir -p $(INSTALL_DIR)/home + touch $(INSTALL_DIR)/etc/passwd + touch $(INSTALL_DIR)/etc/shadow + touch $(INSTALL_DIR)/etc/group + touch $(INSTALL_DIR)/etc/gshadow RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) install --target $(RUST_TARGET) --path . --no-track --root $(INSTALL_DIR) --force \ No newline at end of file