From bf403deec9ac8c9359942c4dc7cdfa08acf9fb93 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Mon, 2 Jan 2023 18:31:58 -0500 Subject: [PATCH] [bootstrap] Harmonize builddir names - CLI build used "buildCli", CLI plugins used "buildPluginsCLI" - normalized to "...Cli" for both. Signed-off-by: FeRD (Frank Dana) --- bootStrap.bash | 2 +- bootStrapHaikuOS.bash | 2 +- bootStrapMacOS_Monterey.arm64.sh | 2 +- bootStrapOsx_Catalina.bash | 2 +- bootStrapOsx_HighSierra.bash | 2 +- bootStrapOsx_Sierra.bash | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bootStrap.bash b/bootStrap.bash index a11dc1e214..c46c0bfa98 100644 --- a/bootStrap.bash +++ b/bootStrap.bash @@ -325,7 +325,7 @@ fi if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ] ; then echo "** Plugins CLI **" cd $TOP - Process buildPluginsCLI ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" + Process buildPluginsCli ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" fi if [ "x$do_plugins" = "x1" ] ; then echo "** Plugins Settings **" diff --git a/bootStrapHaikuOS.bash b/bootStrapHaikuOS.bash index c1bca9833f..fb02367aa4 100644 --- a/bootStrapHaikuOS.bash +++ b/bootStrapHaikuOS.bash @@ -194,7 +194,7 @@ fi if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ] ; then echo "** Plugins CLI **" cd $TOP - Process buildPluginsCLI ../avidemux_plugins -DPLUGIN_UI=CLI + Process buildPluginsCli ../avidemux_plugins -DPLUGIN_UI=CLI fi echo "** Preparing debs **" diff --git a/bootStrapMacOS_Monterey.arm64.sh b/bootStrapMacOS_Monterey.arm64.sh index f686fc0e00..d43c5d6a50 100644 --- a/bootStrapMacOS_Monterey.arm64.sh +++ b/bootStrapMacOS_Monterey.arm64.sh @@ -334,7 +334,7 @@ fi if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ] ; then echo "** Plugins CLI **" cd $TOP - Process buildPluginsCLI ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" + Process buildPluginsCli ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" fi if [ "x$do_plugins" = "x1" ] ; then echo "** Plugins Settings **" diff --git a/bootStrapOsx_Catalina.bash b/bootStrapOsx_Catalina.bash index 335a7cc461..191b517267 100644 --- a/bootStrapOsx_Catalina.bash +++ b/bootStrapOsx_Catalina.bash @@ -350,7 +350,7 @@ fi if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ] ; then echo "** Plugins CLI **" cd $TOP - Process buildPluginsCLI ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" + Process buildPluginsCli ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" fi if [ "x$do_plugins" = "x1" ] ; then echo "** Plugins Settings **" diff --git a/bootStrapOsx_HighSierra.bash b/bootStrapOsx_HighSierra.bash index d7d398979b..5ff8fdf546 100644 --- a/bootStrapOsx_HighSierra.bash +++ b/bootStrapOsx_HighSierra.bash @@ -303,7 +303,7 @@ fi if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ] ; then echo "** Plugins CLI **" cd $TOP - Process buildPluginsCLI ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" + Process buildPluginsCli ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" fi if [ "x$do_plugins" = "x1" ] ; then echo "** Plugins Settings **" diff --git a/bootStrapOsx_Sierra.bash b/bootStrapOsx_Sierra.bash index c40e2b0c06..3b1e556106 100644 --- a/bootStrapOsx_Sierra.bash +++ b/bootStrapOsx_Sierra.bash @@ -302,7 +302,7 @@ fi if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ] ; then echo "** Plugins CLI **" cd $TOP - Process buildPluginsCLI ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" + Process buildPluginsCli ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS" fi if [ "x$do_plugins" = "x1" ] ; then echo "** Plugins Settings **"