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 17ed208..c3aa5ee 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 @@ -16,8 +16,6 @@ declare -A GIT_CRATES=( inherit cargo DESCRIPTION="The native part of the PWAsForFirefox project" -# Double check the homepage as the cargo_metadata crate -# does not provide this value so instead repository is used HOMEPAGE="https://github.com/filips123/PWAsForFirefox" SRC_URI=" $(cargo_crate_uris) @@ -40,6 +38,8 @@ S="${WORKDIR}/PWAsForFirefox-${PV}/native" QA_FLAGS_IGNORED="usr/bin/${PN}" src_prepare() { + + echo "${get_libdir}" >/tmp/liblib # Link vendored cargo deps in. ln -s "${WORKDIR}/vendor/"* "${CARGO_HOME}/gentoo/"