From 0fb1152446e63f94a0c48a6102144c197956e16b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 19 Jul 2004 14:37:18 +0000 Subject: [PATCH] Des ptit bugs. --- alliance/src/attila/doc/attila/Makefile.am | 2 +- alliance/src/attila/doc/builddoc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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