From 46699662bee5b86c00d450dc0b7754ebb4c25f04 Mon Sep 17 00:00:00 2001 From: Yihuang Yu Date: Thu, 2 May 2024 13:14:37 +0800 Subject: [PATCH] fix(growfs): Correct the source path to be copied The current source path is `../../common/usr` and it will copy to destination path `build/usr/usr/`. I checked that the result are different between Linux and MacOS, so modify to adapt different platforms. fix: #410 Signed-off-by: Yihuang Yu --- recipes/common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/common/Makefile.common b/recipes/common/Makefile.common index 11e764b1..49f665e2 100644 --- a/recipes/common/Makefile.common +++ b/recipes/common/Makefile.common @@ -159,7 +159,7 @@ install-chrome: .PHONY: growfs growfs: quadlet # Add growfs service - mkdir -p build/usr; cp -R ../../common/usr/ build/usr/ + mkdir build; cp -R ../../common/usr build/ .PHONY: quadlet quadlet: