Des ptit bugs.

This commit is contained in:
Jean-Paul Chaput 2004-07-19 14:37:18 +00:00
parent a1fb5299c6
commit 0fb1152446
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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