summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/compose_functions6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions
index 1cb48ebae..75eee8911 100644
--- a/scripts/compose_functions
+++ b/scripts/compose_functions
@@ -49,6 +49,9 @@ export PKI_BASE_DIR
PKI_DOGTAG_DIR="${PKI_DIR}/dogtag"
export PKI_DOGTAG_DIR
+PKI_REDHAT_DIR="${PKI_DIR}/redhat"
+export PKI_REDHAT_DIR
+
PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake pylint-build-scan.sh dogtag.pylintrc"
export PKI_FILE_LIST
@@ -61,6 +64,9 @@ export PKI_BASE_MANIFEST
PKI_DOGTAG_MANIFEST="CMakeLists.txt"
export PKI_DOGTAG_MANIFEST
+PKI_REDHAT_MANIFEST="CMakeLists.txt"
+export PKI_REDHAT_MANIFEST
+
RHEL="/rhel/"
##