From 971037295fce3214a17a3d4c3501d23474a43662 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Fri, 17 Jul 2015 17:33:38 -0600 Subject: Remove 'setup' directory containing remaining Perl routines - PKI TRAC Ticket #1492 - remove pki-proxy-setup --- scripts/compose_pki_core_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit