Blame SOURCES/0006-doxygen-Fix-path-to-header-file-ipa_hbac.h.patch

b2d430
From fda4c78ca651ce478fe744f7de87c2064e80a05d Mon Sep 17 00:00:00 2001
b2d430
From: Lukas Slebodnik <lslebodn@redhat.com>
b2d430
Date: Fri, 8 Jul 2016 13:27:47 +0200
b2d430
Subject: [PATCH 06/18] doxygen: Fix path to header file ipa_hbac.h
b2d430
b2d430
Warning: tag INPUT: input source `src/providers/ipa/ipa_hbac.h' does not exist
b2d430
warning: source src/providers/ipa/ipa_hbac.h is not
b2d430
         a readable file or directory... skipping.
b2d430
b2d430
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
b2d430
(cherry picked from commit b9b2c0836f64f375babb75d92b924f3780f20521)
b2d430
---
b2d430
 src/lib/ipa_hbac/ipa_hbac.doxy.in | 2 +-
b2d430
 1 file changed, 1 insertion(+), 1 deletion(-)
b2d430
b2d430
diff --git a/src/lib/ipa_hbac/ipa_hbac.doxy.in b/src/lib/ipa_hbac/ipa_hbac.doxy.in
b2d430
index 6d4a92659f1974fa96b8fcfbcca0d4107e3a7dae..d1e9f995ddeffd92dad03b5d1fd18077b6aeb645 100644
b2d430
--- a/src/lib/ipa_hbac/ipa_hbac.doxy.in
b2d430
+++ b/src/lib/ipa_hbac/ipa_hbac.doxy.in
b2d430
@@ -678,7 +678,7 @@ WARN_LOGFILE           =
b2d430
 # directories like "/usr/src/myproject". Separate the files or directories
b2d430
 # with spaces.
b2d430
 
b2d430
-INPUT                  = @abs_top_srcdir@/src/providers/ipa/ipa_hbac.h
b2d430
+INPUT                  = @abs_top_srcdir@/src/lib/ipa_hbac/ipa_hbac.h
b2d430
 
b2d430
 # This tag can be used to specify the character encoding of the source files
b2d430
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
b2d430
-- 
b2d430
2.4.11
b2d430