diff options
Diffstat (limited to 'meta')
-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 @@ | |||
9 | # calculated on the host where they really need to be done on the | 9 | # calculated on the host where they really need to be done on the |
10 | # target | 10 | # target |
11 | 11 | ||
12 | CHK_FILES=`find /lib* /usr/lib* -name "*.chk"` | 12 | CHK_FILES=`ls /lib*/*.chk /usr/lib*/*.chk 2>/dev/null` |
13 | SIGN_BINARY=`which shlibsign` | 13 | SIGN_BINARY=`which shlibsign` |
14 | for I in $CHK_FILES | 14 | for I in $CHK_FILES |
15 | do | 15 | do |