coverity: don't install systemd file

Because the systemd install directory does not use --prefix as
base, they are installed by default to /lib/systemd.
As the coverity only scans the compilation, don't install systemd files.

Change-Id: I39b491fc09f0db0efd8d9d09e8f4cba4ba49cdde
This commit is contained in:
Alexander Couzens 2018-09-18 14:42:55 +02:00
parent 69d4aef8d7
commit 3e50c20188
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
do_build() {
autoreconf --install --force
./configure --prefix="$prefix" $*
./configure --prefix="$prefix" --with-systemdsystemunitdir=no $*
make $PARALLEL_MAKE
make install