From: Pieter Lexis Date: Tue, 10 May 2016 11:04:56 +0000 (+0200) Subject: auth: Remove systemd service file on trusty X-Git-Tag: rec-4.0.0-alpha3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db87af1a4da84a36f7e4edf8612b5106331cc76;p=thirdparty%2Fpdns.git auth: Remove systemd service file on trusty --- diff --git a/build-scripts/build-auth-debian b/build-scripts/build-auth-debian index 3f86f5dc5e..251d8bba23 100755 --- a/build-scripts/build-auth-debian +++ b/build-scripts/build-auth-debian @@ -43,6 +43,10 @@ PDNS_VERSION=$VERSION export ID="${ID}" export VERSION_ID="${VERSION_ID}" +if [ ${ID} = "ubuntu" -a ${VERSION_ID} = "14.04" ]; then + sed -i '/lib\/systemd\/system\/pdns\.service/d' debian/pdns-server.install +fi + fakeroot debian/rules debian/control if $(echo $PDNS_VERSION | grep -q -E '^0\.0\.'); then