From b16e8cd91309b5686832fe9ef3af6f387070250b Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 16 Mar 2023 22:31:57 +0100 Subject: [PATCH] clarifying comment --- .../firefox-pwa-connector/firefox-pwa-connector-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/firefox-pwa-connector/firefox-pwa-connector-2.4.1.ebuild b/www-plugins/firefox-pwa-connector/firefox-pwa-connector-2.4.1.ebuild index 4b2e631..71c1309 100644 --- a/www-plugins/firefox-pwa-connector/firefox-pwa-connector-2.4.1.ebuild +++ b/www-plugins/firefox-pwa-connector/firefox-pwa-connector-2.4.1.ebuild @@ -41,7 +41,7 @@ src_prepare() { # Link vendored cargo deps in. ln -s "${WORKDIR}/vendor/"* "${CARGO_HOME}/gentoo/" - # Patch makefile according to upstream from-source install + # Patch files according to upstream from-source install # instructions. sed -i "s/version = \"0.0.0\"/version = \"${PV}\"/g" Cargo.toml \ || die 'could not set Cargo.toml version'