diff options
Diffstat (limited to 'usr/src/tools/scripts/Install.sh')
-rw-r--r-- | usr/src/tools/scripts/Install.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/src/tools/scripts/Install.sh b/usr/src/tools/scripts/Install.sh index 0632846b8b..909cb4b3c3 100644 --- a/usr/src/tools/scripts/Install.sh +++ b/usr/src/tools/scripts/Install.sh @@ -732,13 +732,9 @@ function copy_kmdb { fi srctrees=$SRC - if [[ -d $SRC/../closed && "$CLOSED_IS_PRESENT" != no ]]; then - srctrees="$srctrees $SRC/../closed" - else - if [ -z "$ON_CRYPTO_BINS" ]; then - echo "Warning: ON_CRYPTO_BINS not set; pre-signed" \ - "crypto not provided." - fi + if [ -z "$ON_CRYPTO_BINS" ]; then + echo "Warning: ON_CRYPTO_BINS not set; pre-signed" \ + "crypto not provided." fi if [[ $WANT64 = "yes" ]] ; then # kmdbmod for sparc and x86 are built and installed |