diff options
author | Sam James <sam@gentoo.org> | 2021-12-08 04:45:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-08 04:45:17 +0000 |
commit | 0f59e02374b08163b3eaf1bb96826e0dee3c610c (patch) | |
tree | 3c458eeaa56fa21d01384cbb4cac31585ce7afb5 /sci-libs/hdf | |
parent | sci-libs/hdf: drop -riscv for 4.2.15-r1 with new arch. support (diff) | |
download | gentoo-0f59e02374b08163b3eaf1bb96826e0dee3c610c.tar.gz gentoo-0f59e02374b08163b3eaf1bb96826e0dee3c610c.tar.bz2 gentoo-0f59e02374b08163b3eaf1bb96826e0dee3c610c.zip |
sci-libs/hdf: fix typo
Had switched it back to ${FILESDIR} to add an extra patch but forgot
to switch it back again apparently.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/hdf')
-rw-r--r-- | sci-libs/hdf/hdf-4.2.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/hdf/hdf-4.2.15-r1.ebuild b/sci-libs/hdf/hdf-4.2.15-r1.ebuild index c93e912c8ccd..e889b13db235 100644 --- a/sci-libs/hdf/hdf-4.2.15-r1.ebuild +++ b/sci-libs/hdf/hdf-4.2.15-r1.ebuild @@ -32,7 +32,7 @@ PATCHES=( # May need to extend these for more arches in future. # bug #664856 - "${FILESDIR}"/${PN}-4.2.15-arch-patches/ + "${WORKDIR}"/${PN}-4.2.15-arch-patches/ ) src_prepare() { |