summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/nss/nss.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc
index 11f1b7f849..2b2b668762 100644
--- a/meta/recipes-support/nss/nss.inc
+++ b/meta/recipes-support/nss/nss.inc
@@ -168,6 +168,9 @@ pkg_postinst_${PN} () {
168 BN=`basename $I .chk` 168 BN=`basename $I .chk`
169 FN=$DN/$BN.so 169 FN=$DN/$BN.so
170 shlibsign -i $FN 170 shlibsign -i $FN
171 if [ $? -ne 0 ]; then
172 exit 1
173 fi
171 done 174 done
172 exit 0 175 exit 0
173 fi 176 fi