Lines 547-553
Link Here
|
547 |
(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ |
547 |
(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ |
548 |
(cd $(root)$(manualdir)/ && $(TAR) -xf -); \ |
548 |
(cd $(root)$(manualdir)/ && $(TAR) -xf -); \ |
549 |
find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ |
549 |
find $(root)$(manualdir)/ -type d -exec chmod a+rx {} \; ; \ |
550 |
find $(root)$(manualdir)/ -type f -print | xargs chmod a+r ; \ |
550 |
find $(root)$(manualdir)/ -type f -print0 | xargs -0 chmod a+r ; \ |
551 |
# fi |
551 |
# fi |
552 |
# $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual |
552 |
# $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual |
553 |
if [ ! -d $(root)$(htdocsdir)/ ]; then \ |
553 |
if [ ! -d $(root)$(htdocsdir)/ ]; then \ |