From 5fd7506537b9202a0a17233ef2de9aebe3e343cf Mon Sep 17 00:00:00 2001 From: noahdotpy Date: Tue, 9 Jan 2024 09:57:34 +1000 Subject: [PATCH] fix: remove empty image-specific file dirs the copy didn't work since the only file was a dotfile, which the command used cant find --- config/files/bazzite/usr/.gitkeep | 0 config/files/kinoite/usr/.gitkeep | 0 config/recipe-bazzite.yml | 7 ++++--- config/recipe-kinoite.yml | 7 ++++--- 4 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 config/files/bazzite/usr/.gitkeep delete mode 100644 config/files/kinoite/usr/.gitkeep diff --git a/config/files/bazzite/usr/.gitkeep b/config/files/bazzite/usr/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/config/files/kinoite/usr/.gitkeep b/config/files/kinoite/usr/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/config/recipe-bazzite.yml b/config/recipe-bazzite.yml index bd5650df..fbafbefe 100644 --- a/config/recipe-bazzite.yml +++ b/config/recipe-bazzite.yml @@ -14,6 +14,7 @@ modules: - from-file: common-packages.yml - from-file: common-scripts.yml - - type: files - files: - - bazzite/usr: /usr + # - type: files + # files: + # - bazzite/usr: /usr + diff --git a/config/recipe-kinoite.yml b/config/recipe-kinoite.yml index 4879fc2e..be2913e1 100644 --- a/config/recipe-kinoite.yml +++ b/config/recipe-kinoite.yml @@ -16,6 +16,7 @@ modules: - from-file: packages-kinoite.yml - - type: files - files: - - kinoite/usr: /usr + # - type: files + # files: + # - kinoite/usr: /usr +