summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2015-07-17 17:33:38 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2015-07-17 17:33:38 -0600
commit971037295fce3214a17a3d4c3501d23474a43662 (patch)
tree1edbc957773bda9f316a4107df4624b249bcbd58 /scripts
parente6150ed213e6c754f74db9476d755756e7ac6b49 (diff)
downloadpki-971037295fce3214a17a3d4c3501d23474a43662.tar.gz
pki-971037295fce3214a17a3d4c3501d23474a43662.tar.xz
pki-971037295fce3214a17a3d4c3501d23474a43662.zip
Remove 'setup' directory containing remaining Perl routines
- PKI TRAC Ticket #1492 - remove pki-proxy-setup
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/compose_pki_core_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_pki_core_packages b/scripts/compose_pki_core_packages
index cf4d6b449..23a5a428f 100755
--- a/scripts/compose_pki_core_packages
+++ b/scripts/compose_pki_core_packages
@@ -45,7 +45,7 @@ if [ "$WITHOUT_JAVADOC" = "" ]; then
fi
if [ "$WITHOUT_SERVER" = "" ]; then
- PKI_COMPONENT_LIST="$PKI_COMPONENT_LIST server ca kra ocsp tks tps setup"
+ PKI_COMPONENT_LIST="$PKI_COMPONENT_LIST server ca kra ocsp tks tps"
# required for native 'tpsclient' utility
PKI_COMPONENT_LIST="$PKI_COMPONENT_LIST tps-client"
fi