From aefbeeb6f53d3e9b44f19fed46387c92a00bef27 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Sun, 5 Mar 2023 09:12:30 +0100 Subject: [PATCH] fix plugin/provder naming (followup 8e64d4b994aada8cd791fc95510aad2e3a1ed14c) --- qgis_bundle/recipes/qgis/recipe.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/qgis_bundle/recipes/qgis/recipe.sh b/qgis_bundle/recipes/qgis/recipe.sh index b12ce89..6df6ce3 100644 --- a/qgis_bundle/recipes/qgis/recipe.sh +++ b/qgis_bundle/recipes/qgis/recipe.sh @@ -87,11 +87,7 @@ function bundle_qgis() { function qgis_libname() { _module=$1 _lib=$2 - if [[ "$_module" == "plugin" ]]; then - echo "lib${_module}_${_lib}" - else - echo "lib${_lib}${_module}" - fi + echo "lib${_module}_${_lib}" } function fix_binaries_qgis() {