]> granicus.if.org Git - sysstat/commit
Call chkconfig only if $(COPY_ONLY) is set to no
authorSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 19 Mar 2015 20:22:55 +0000 (21:22 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 19 Mar 2015 20:27:05 +0000 (21:27 +0100)
commit657480fc0606c32bb19ae119fd1cbee98350bc4e
treed76cc007719f09d82b6f3cf349626a0db6b03d51
parentcf68e6fd326c36bd969cf2ddfe908762545fe138
Call chkconfig only if $(COPY_ONLY) is set to no

Call chkconfig (or create corresponding links) only if
$(COPY_ONLY) variable is set to no.
The chkconfig command doesn't take into account the $(DESTDIR) variable
contents, trying to create links outside the $(DESTDIR) tree, which can
be considered as a way to activate sysstat service.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Makefile.in