summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2024-03-13 14:56:22 +0000
committerMatthew Smith <matthew@gentoo.org>2024-03-13 14:56:22 +0000
commit9ee8190572a5b0028722aee64beefe61d8ba4dad (patch)
treeedb3471e0d91b79fee5cd21a8652b4c555cd0526 /app-pda
parentapp-pda/libimobiledevice: add 1.3.0_p20240201 (diff)
downloadgentoo-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.ebuild2
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
}