diff --git a/alliance/src/attila/doc/attila/Makefile.am b/alliance/src/attila/doc/attila/Makefile.am index 6ec88e5d..d342379a 100644 --- a/alliance/src/attila/doc/attila/Makefile.am +++ b/alliance/src/attila/doc/attila/Makefile.am @@ -9,4 +9,4 @@ pkghtml_DATA = \ EXTRA_DIST = $(pkghtml_DATA) install-data-hook: - find -type f $(DESTDIR)$(prefix)/doc/html/@PACKAGE@ | xargs chmod g+w + find $(DESTDIR)$(prefix)/doc/html/@PACKAGE@ -type f | xargs chmod g+w diff --git a/alliance/src/attila/doc/builddoc.sh b/alliance/src/attila/doc/builddoc.sh index f4c651ee..8ac2c82a 100755 --- a/alliance/src/attila/doc/builddoc.sh +++ b/alliance/src/attila/doc/builddoc.sh @@ -89,7 +89,7 @@ echo "EXTRA_DIST = \$(pkghtml_DATA)" >> $DOC_AM echo "" >> $DOC_AM echo "install-data-hook:" >> $DOC_AM - echo " find -type f \$(DESTDIR)\$(prefix)/doc/html/@PACKAGE@ | xargs chmod g+w" >> $DOC_AM + echo " find \$(DESTDIR)\$(prefix)/doc/html/@PACKAGE@ -type f | xargs chmod g+w" >> $DOC_AM mv $DOC_AM $TOOL/Makefile.am