gnucash-on-flatpak master: Fix flathub build failure.

John Ralls jralls at code.gnucash.org
Mon Jun 28 13:16:24 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/4f0c82ca (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/cfeee80e (commit)



commit 4f0c82caa75254f60cc9c17ed6c6e7f10cc94ebf
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 28 10:12:56 2021 -0700

    Fix flathub build failure.
    
    A recent commit to flathub-builder disallows paths in dest-filename
    values. Change finance-quote-sources.json's script destination to
    just install.sh.
    
    A recent commit to flathub builder disallows paths in dest-filename

diff --git a/modules/finance-quote-sources.json b/modules/finance-quote-sources.json
index 0e8073e..53c25ba 100644
--- a/modules/finance-quote-sources.json
+++ b/modules/finance-quote-sources.json
@@ -408,7 +408,7 @@
       "url": "https://cpan.metacpan.org/authors/id/E/EC/ECOCODE/Finance-Quote-1.49.tar.gz"
    },
    {
-      "dest-filename": "perl-libs/install.sh",
+      "dest-filename": "install.sh",
       "commands": [
          "set -e",
          "function make_install {",
diff --git a/modules/perl.json b/modules/perl.json
index 6290226..3fb4164 100644
--- a/modules/perl.json
+++ b/modules/perl.json
@@ -34,7 +34,7 @@
             "name": "finance-quote",
             "buildsystem": "simple",
             "build-commands": [
-                "perl-libs/install.sh"
+                "./install.sh"
             ],
             "sources": [
                 "./finance-quote-sources.json"



Summary of changes:
 modules/finance-quote-sources.json | 2 +-
 modules/perl.json                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list