Description: Fix usage of deprecated findutils syntax
Bug-Debian: https://bugs.debian.org/711706
Bug-Debian: https://bugs.debian.org/724771

--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ libtool: $(LIBTOOL_DEPS)
 
 # The Creative repository has some broken permissions, let's fix this.
 permissions:
-	find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
+	find . -type f \! -perm /222 \! -name "*.sh" -exec chmod +w {} \;
 
 # Automatically reformat all C headers and sources with indent according to
 # admin/autotools/.indent.pro, but be make-friendly and take some precautions to
--- a/Makefile.in
+++ b/Makefile.in
@@ -675,7 +675,7 @@ libtool: $(LIBTOOL_DEPS)
 
 # The Creative repository has some broken permissions, let's fix this.
 permissions:
-	find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
+	find . -type f \! -perm /222 \! -name "*.sh" -exec chmod +w {} \;
 
 # Automatically reformat all C headers and sources with indent according to
 # admin/autotools/.indent.pro, but be make-friendly and take some precautions to
