From: Kevin Day Date: Mon, 28 Aug 2023 04:07:15 +0000 (-0500) Subject: Update: Change data build settings loading to work with the new -U/--under Featureles... X-Git-Tag: 0.7.1~120 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=18243e72ddcaceec53bed2947c72b679ff858f13;p=kevux-tools Update: Change data build settings loading to work with the new -U/--under Featureless Make parameter. This requires FLL-0.6.7 or greater for the 0.6 branch or the latest 0.7 code (or greater). --- diff --git a/data/build/remove/fakefile b/data/build/remove/fakefile index c893f9b..91aa5ad 100644 --- a/data/build/remove/fakefile +++ b/data/build/remove/fakefile @@ -8,7 +8,7 @@ settings: environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH main: - build remove/settings + build settings install: shell ./install.sh parameter:'work' parameter:'verbosity' parameter:'color' diff --git a/data/build/tacocat/fakefile b/data/build/tacocat/fakefile index 3d56d44..3dfca53 100644 --- a/data/build/tacocat/fakefile +++ b/data/build/tacocat/fakefile @@ -8,7 +8,7 @@ settings: environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH main: - build tacocat/settings + build settings install: shell ./install.sh parameter:'work' parameter:'verbosity' parameter:'color'