diff options
-rw-r--r-- | app-crypt/qca/qca-2.1.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/qca/qca-2.1.3-r2.ebuild b/app-crypt/qca/qca-2.1.3-r2.ebuild index 396b23660490..36d32fac5278 100644 --- a/app-crypt/qca/qca-2.1.3-r2.ebuild +++ b/app-crypt/qca/qca-2.1.3-r2.ebuild @@ -82,7 +82,7 @@ src_install() { if use doc; then pushd "${BUILD_DIR}" >/dev/null || die - doxygen Doxyfile.in || die + doxygen Doxyfile || die dodoc -r apidocs/html popd >/dev/null || die fi |