Browse Source

Make an exception for prosody

Bob Mottram 7 years ago
parent
commit
9dcb09580d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/check-libs-owner.sh

+ 1
- 1
tests/check-libs-owner.sh View File

22
 fi
22
 fi
23
 if [ -d "/usr/lib" ];then
23
 if [ -d "/usr/lib" ];then
24
 
24
 
25
-    COUNT=$(find -L /usr/lib  \! -user root  -exec ls -l {} \; |wc -l)
25
+    COUNT=$(find -L /usr/lib -path /usr/lib/prosody -prune -o \! -user root  -exec ls -l {} \; |wc -l)
26
 
26
 
27
     if [ $COUNT -eq 0 ];then
27
     if [ $COUNT -eq 0 ];then
28
         :
28
         :