aboutsummaryrefslogtreecommitdiffstats
path: root/coverity
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-09-18 14:42:55 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-09-19 00:36:58 +0200
commit3e50c20188c9dd9f8b84174182791cbbd0536271 (patch)
tree3593b05d2008e96c86821c82e64915586aafe00f /coverity
parent69d4aef8d70ff674f18e272376c29c603f1950b1 (diff)
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
Diffstat (limited to 'coverity')
-rwxr-xr-xcoverity/build_Osmocom.sh2
1 files changed, 1 insertions, 1 deletions
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