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_console_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pki/scripts/compose_pki_console_packages') diff --git a/pki/scripts/compose_pki_console_packages b/pki/scripts/compose_pki_console_packages index dab649b7..5b5281a2 100755 --- a/pki/scripts/compose_pki_console_packages +++ b/pki/scripts/compose_pki_console_packages @@ -39,7 +39,7 @@ PKI_CONSOLE_VERSION="9.0.5" ## PKI_SPECS_FILE="${PKI_DIR}/specs/${PKI_CONSOLE}.spec" -PKI_COMPONENT_LIST="console" +PKI_COMPONENT_LIST="test console" ## -- cgit