Updating branch refs/heads/master
         to e6d4805240da6e378d1b26d357c4050af74114be (commit)
       from dafb40053e8d2b2322089b1843f5ea95696435a4 (commit)

commit e6d4805240da6e378d1b26d357c4050af74114be
Author: Christian Dywan <christ...@twotoasts.de>
Date:   Sun Nov 18 21:26:39 2012 +0100

    Don't check licenses in the debian folder

 tests/license.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/license.sh b/tests/license.sh
index c2764ca..8a73761 100755
--- a/tests/license.sh
+++ b/tests/license.sh
@@ -9,5 +9,5 @@ echo Running 'licensecheck'
 test -z $(which licensecheck) && echo ...SKIPPED: not installed && return 0
 test -n "$SRCDIR" && cd $SRCDIR
 test -z "$BLDDIR" && BLDDIR=_build
-find . \! -path './.waf*/*' -a \! -path "./$BLDDIR/*" | xargs licensecheck | 
grep UNKNOWN && exit 1
+find . \! -path './.waf*/*' -a \! -path "./$BLDDIR/*" -a \! -path "./debian/*" 
| xargs licensecheck | grep UNKNOWN && exit 1
 echo ...OK
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to