summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2015-04-22 18:45:04 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2015-04-23 09:01:22 -0600
commit36416c60053dfca56d613bbb3b27187a6bded66b (patch)
tree2187c3692ece0f996482f9c9df1f4f3392707b2c /scripts
parent4d3049c36d8e6a5a0c999daaa6fdd856af00525c (diff)
downloadpki-36416c60053dfca56d613bbb3b27187a6bded66b.tar.gz
pki-36416c60053dfca56d613bbb3b27187a6bded66b.tar.xz
pki-36416c60053dfca56d613bbb3b27187a6bded66b.zip
RHCS 9.0 theme fixes
- PKI TRAC Ticket #1296 - RHCS 9.0 theme
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/"
##