]> granicus.if.org Git - sysstat/commit
Take $DESTDIR variable into account when installing sysstat service used by systemd.
authorSebastien GODARD <sysstat@orange.fr.fake>
Sun, 12 Jan 2014 07:10:51 +0000 (08:10 +0100)
committerSebastien GODARD <sysstat@orange.fr.fake>
Sun, 12 Jan 2014 07:10:51 +0000 (08:10 +0100)
commite57e5ae9aa6a9cd9bc387286480dde4484c0d5bd
treef2b0156450fb44ae0158091726c2ad8900646c4c
parente226431b79ff70a3401bab9e528ca563a1ab25f4
Take $DESTDIR variable into account when installing sysstat service used by systemd.

Previous code for installing sysstat using systemd needed rw permissions
to the root directory. Yet some users and distributions want to install
files into $(DESTDIR) before actually installing into the root directory.
So take $DESTDIR variable into account.

Signed-off-by: Sebastien GODARD <sysstat@orange.fr.fake>
Makefile.in