Des ptit bugs.
This commit is contained in:
parent
a1fb5299c6
commit
0fb1152446
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue