diff options
author | 2024-02-28 21:20:32 +0400 | |
---|---|---|
committer | 2024-02-28 21:20:32 +0400 | |
commit | 541f59e20b1da4ae01b029911f9d7b549b0dcb5f (patch) | |
tree | b3d41ba0086a978e7a6a33487906c2216c023d57 /sys-apps | |
parent | media-sound/jriver: fix "installs files with unresolved SONAME dependencies" (diff) | |
download | guru-541f59e20b1da4ae01b029911f9d7b549b0dcb5f.tar.gz guru-541f59e20b1da4ae01b029911f9d7b549b0dcb5f.tar.bz2 guru-541f59e20b1da4ae01b029911f9d7b549b0dcb5f.zip |
sys-apps/pnpm-bin: QA_PREBUILT fix
Closes: https://bugs.gentoo.org/924690
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild b/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild index 086045a3f..4f3f2f23f 100644 --- a/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild +++ b/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild @@ -16,7 +16,7 @@ RESTRICT="strip" S="${WORKDIR}" -QA_PREBUILT="usr/bin/${PN}-bin" +QA_PREBUILT="usr/bin/${PN}" src_install() { newbin "${DISTDIR}/pnpm-linux-x64" ${PN} |