From 3e50c20188c9dd9f8b84174182791cbbd0536271 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 18 Sep 2018 14:42:55 +0200 Subject: 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 --- coverity/build_Osmocom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverity/build_Osmocom.sh') diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index 920c0b9..86bb569 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -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 -- cgit v1.2.3