From d273129d9da2b7050f482838a7fa3399b5a8ff97 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 21 Feb 2019 11:06:30 +0100 Subject: [PATCH] Disambiguate noux-system config --- repos/ports/recipes/pkg/noux-system/runtime | 4 ++-- repos/ports/recipes/raw/noux-system/content.mk | 4 ++-- .../raw/noux-system/{init.config => noux-system.config} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename repos/ports/recipes/raw/noux-system/{init.config => noux-system.config} (100%) diff --git a/repos/ports/recipes/pkg/noux-system/runtime b/repos/ports/recipes/pkg/noux-system/runtime index 3638adb35..cd3db6cdd 100644 --- a/repos/ports/recipes/pkg/noux-system/runtime +++ b/repos/ports/recipes/pkg/noux-system/runtime @@ -1,4 +1,4 @@ - + @@ -11,7 +11,7 @@ - + diff --git a/repos/ports/recipes/raw/noux-system/content.mk b/repos/ports/recipes/raw/noux-system/content.mk index 89ca42cdb..e605f66f4 100644 --- a/repos/ports/recipes/raw/noux-system/content.mk +++ b/repos/ports/recipes/raw/noux-system/content.mk @@ -1,4 +1,4 @@ -content: init.config +content: noux-system.config -init.config: +noux-system.config: cp $(REP_DIR)/recipes/raw/noux-system/$@ $@ diff --git a/repos/ports/recipes/raw/noux-system/init.config b/repos/ports/recipes/raw/noux-system/noux-system.config similarity index 100% rename from repos/ports/recipes/raw/noux-system/init.config rename to repos/ports/recipes/raw/noux-system/noux-system.config