diff options
author | Sam James <sam@gentoo.org> | 2024-03-16 09:50:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-16 09:51:02 +0000 |
commit | ad270c54cad993c629d95d8dcd135d83bad007a4 (patch) | |
tree | 4fe61978f35ea2a965ab12c39e90cce8306215ab /app-arch | |
parent | sci-astronomy/siril: fix build on musl (diff) | |
download | gentoo-ad270c54cad993c629d95d8dcd135d83bad007a4.tar.gz gentoo-ad270c54cad993c629d95d8dcd135d83bad007a4.tar.bz2 gentoo-ad270c54cad993c629d95d8dcd135d83bad007a4.zip |
app-arch/torrentzip: fix PATCHES typo
Closes: https://bugs.gentoo.org/927100
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/torrentzip/torrentzip-1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/torrentzip/torrentzip-1.2-r1.ebuild b/app-arch/torrentzip/torrentzip-1.2-r1.ebuild index 7dfb7fbdde2b..d526e0b88c10 100644 --- a/app-arch/torrentzip/torrentzip-1.2-r1.ebuild +++ b/app-arch/torrentzip/torrentzip-1.2-r1.ebuild @@ -24,5 +24,5 @@ DEPEND=" DOCS=(AUTHORS NEWS.md README.md) PATCHES=( - "${FILESDIR}-${P}-checksum-detection.patch" + "${FILESDIR}/${P}-checksum-detection.patch" ) |