From: Charles Date: Thu, 6 May 2021 00:40:41 +0000 (+0100) Subject: Change dev branch. X-Git-Tag: 1.1-dev~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1%2Fhead;p=thirdparty%2Fnqptp.git Change dev branch. --- diff --git a/Makefile.am b/Makefile.am index b36e961..14696c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,5 @@ nqptp_SOURCES = nqptp.c nqptp-clock-sources.c nqptp-message-handlers.c nqptp-uti AM_CFLAGS = -fno-common -Wno-multichar -Wall -Wextra -Wno-clobbered -Wno-psabi -pthread install-exec-hook: - getent group nqptp &>/dev/null || groupadd -r nqptp >/dev/null - [ -e /lib/systemd/system ] || mkdir -p /lib/systemd/system - [ -f /lib/systemd/system/nqptp.service ] || cp nqptp.service /lib/systemd/system + -e /lib/systemd/system || mkdir -p /lib/systemd/system + -f /lib/systemd/system/nqptp.service || cp nqptp.service /lib/systemd/system \ No newline at end of file