diff options
-rw-r--r-- | meta/recipes-support/nss/nss/signlibs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nss/nss/signlibs.sh b/meta/recipes-support/nss/nss/signlibs.sh index 1ec79f4576..a74e499f8c 100644 --- a/meta/recipes-support/nss/nss/signlibs.sh +++ b/meta/recipes-support/nss/nss/signlibs.sh @@ -9,7 +9,7 @@ # calculated on the host where they really need to be done on the # target -CHK_FILES=`find /lib* /usr/lib* -name "*.chk"` +CHK_FILES=`ls /lib*/*.chk /usr/lib*/*.chk 2>/dev/null` SIGN_BINARY=`which shlibsign` for I in $CHK_FILES do |