From 3864c28549d742427fdf33026e522e9f10a7e4ec Mon Sep 17 00:00:00 2001 From: Jon Severinsson Date: Fri, 11 Jul 2014 14:37:36 +0200 Subject: [PATCH] build-sys: Do not distribute generated emergency.service It is already in nodist_systemunit_DATA and if it is shipped, it contains the hardcoded path to systemctl which will cause it to fail to start when rootprefix != prefix and rootbindir != bindir. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 220e99e8b..2b1484fa8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -412,7 +412,6 @@ dist_sysctl_DATA = \ dist_systemunit_DATA = \ units/graphical.target \ units/multi-user.target \ - units/emergency.service \ units/emergency.target \ units/sysinit.target \ units/basic.target \ -- 2.30.2