Selaa lähdekoodia

Make an exception for prosody

Bob Mottram 7 vuotta sitten
vanhempi
commit
9dcb09580d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      tests/check-libs-owner.sh

+ 1
- 1
tests/check-libs-owner.sh Näytä tiedosto

@@ -22,7 +22,7 @@ if [ -d "/lib64" ];then
22 22
 fi
23 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 27
     if [ $COUNT -eq 0 ];then
28 28
         :