From 0db5b7bbffa689670eb327303b4907748b82fb82 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 16 May 2014 02:03:46 +0200 Subject: [PATCH] travis: don't try to install launchd/systemd stuff This won't work as they are not installed inside prefix. --- .travis/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/run.sh b/.travis/run.sh index 67ff5796..a73856c5 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -4,4 +4,4 @@ set -e ./autogen.sh ./configure $LLDPD_CONFIG_ARGS -make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS" +make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS --with-systemdsystemunitdir=no --with-launchddaemonsdir=no" -- 2.39.5