summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2015-02-26 23:55:47 -0700
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2015-02-26 23:55:47 -0700
commit5aafc086ce6467b652b5a7c26a494a921b980833 (patch)
tree4e4e9851bd20180a0b4f741ec96e3e54ea5e4613 /scripts
parent538e71e1c90ec536fc984c7db0c33a8f29920ebc (diff)
downloadpki-5aafc086ce6467b652b5a7c26a494a921b980833.tar.gz
pki-5aafc086ce6467b652b5a7c26a494a921b980833.tar.xz
pki-5aafc086ce6467b652b5a7c26a494a921b980833.zip
Fix for developer script on Fedora 21.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/remove_pki_components3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/remove_pki_components b/scripts/remove_pki_components
index 63dab7c00..b673d0ad0 100755
--- a/scripts/remove_pki_components
+++ b/scripts/remove_pki_components
@@ -124,6 +124,9 @@ printf "done.\n\n"
PKI_COMPONENT_LIST=""
for COMPONENT in ${PKI_COMPONENTS} ; do
+ if [ "${COMPONENT}" = "bouncycastle-pkix" ] ; then
+ continue
+ fi
if [ "${PKI_COMPONENT_LIST}" = "" ] ; then
PKI_COMPONENT_LIST="${COMPONENT}"
else