Xymon Mailing List Archive search

small bug, problem with build (since 4.3.13 ?)

list Henrik Størner
Thu, 13 Feb 2014 10:11:35 +0100
Message-Id: <user-ecaabc798d36@xymon.invalid>

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