summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/nss')
-rw-r--r--meta/recipes-support/nss/nss/signlibs.sh2
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
12CHK_FILES=`find /lib* /usr/lib* -name "*.chk"` 12CHK_FILES=`ls /lib*/*.chk /usr/lib*/*.chk 2>/dev/null`
13SIGN_BINARY=`which shlibsign` 13SIGN_BINARY=`which shlibsign`
14for I in $CHK_FILES 14for I in $CHK_FILES
15do 15do