From 39ce529501218365fefcb0f8d2e80db2368d062b Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Dec 2011 11:00:13 -0600 Subject: Fixed PKI_COMPONENT_LIST in all build scripts. The PKI_COMPONENT_LIST has been modified to include the new test component to fix dependency issues. Ticket #3 --- pki/scripts/compose_pki_ra_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pki/scripts/compose_pki_ra_packages') diff --git a/pki/scripts/compose_pki_ra_packages b/pki/scripts/compose_pki_ra_packages index a9aa446a..7595a445 100755 --- a/pki/scripts/compose_pki_ra_packages +++ b/pki/scripts/compose_pki_ra_packages @@ -39,7 +39,7 @@ PKI_RA_VERSION="9.0.4" ## PKI_SPECS_FILE="${PKI_DIR}/specs/${PKI_RA}.spec" -PKI_COMPONENT_LIST="ra" +PKI_COMPONENT_LIST="test ra" ## -- cgit