Skip to content

Commit

Permalink
Merge pull request #432 from PaulYuuu/growfs-fix
Browse files Browse the repository at this point in the history
fix(growfs): Correct the source path to be copied
  • Loading branch information
rhatdan authored May 2, 2024
2 parents 00a213a + 4669966 commit 0150674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0150674

Please sign in to comment.