From a042f9c8ec6bde6b3a20f4dbfe46c542cb1a3021 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 10 Nov 2022 14:50:40 +0100 Subject: [PATCH] more fixes --- linux-base/assets/post_package_distini_etc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-base/assets/post_package_distini_etc.sh b/linux-base/assets/post_package_distini_etc.sh index 7b77e84..3f1ccac 100755 --- a/linux-base/assets/post_package_distini_etc.sh +++ b/linux-base/assets/post_package_distini_etc.sh @@ -38,7 +38,7 @@ END # Create Appstream metadate file export DATE=$(date +%Y-%m-%d) -envsubst < assets/linux-base/content/io.gitlab.librewolf-community.appdata.xml.in > work/io.gitlab.librewolf-community.appdata.xml +envsubst < assets/from-linux-repo/content/io.gitlab.librewolf-community.appdata.xml.in > work/io.gitlab.librewolf-community.appdata.xml # Recompress tarball rm -f $binary_tarball