Hi,
Den 2014-02-12 10:33, Sergey skrev:
Hello.
xymon/build/Makefile.rules contains
find $(INSTALLROOT)$(INSTALLWWWDIR) -type f -print0 | xargs -0 chmod 644
what about to change it ? For example to
find $(INSTALLROOT)$(INSTALLWWWDIR) -type f -exec chmod 644 {} \;
Some time $(INSTALLWWWDIR) may be empty.
I think this is only a problem when building packages that use a non-default directory layout. But there is no reason not to apply this change, so I have included it for the next version.
Regards,
Henrik