diff options
author | Matthew Smith <matthew@gentoo.org> | 2024-03-13 14:56:22 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-03-13 14:56:22 +0000 |
commit | 9ee8190572a5b0028722aee64beefe61d8ba4dad (patch) | |
tree | edb3471e0d91b79fee5cd21a8652b4c555cd0526 /app-pda | |
parent | app-pda/libimobiledevice: add 1.3.0_p20240201 (diff) | |
download | gentoo-9ee8190572a5b0028722aee64beefe61d8ba4dad.tar.gz gentoo-9ee8190572a5b0028722aee64beefe61d8ba4dad.tar.bz2 gentoo-9ee8190572a5b0028722aee64beefe61d8ba4dad.zip |
app-pda/libimobiledevice: fix build with USE=doc
Closes: https://bugs.gentoo.org/926934
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild index d62ad8f41e79..400cee6bf9ea 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild @@ -63,7 +63,7 @@ src_compile() { emake if use doc; then - doxygen "${BUILD_DIR}"/doxygen.cfg || die + doxygen doxygen.cfg || die fi } |