From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qc0-f182.google.com ([209.85.216.182]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XYoue-0007cp-Rv for ptxdist@pengutronix.de; Tue, 30 Sep 2014 06:19:46 +0200 Received: by mail-qc0-f182.google.com with SMTP id i17so3202664qcy.27 for ; Mon, 29 Sep 2014 21:18:53 -0700 (PDT) From: jon@ringle.org Date: Tue, 30 Sep 2014 00:18:43 -0400 Message-Id: <1412050724-11845-1-git-send-email-jon@ringle.org> Subject: [ptxdist] [PATCH 1/2] systemd: install_alternative_tree /lib/systemd/system/ Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Jon Ringle From: Jon Ringle This allows platform specific customizations to /lib/systemd/system/ to be installed on the target Signed-off-by: Jon Ringle --- rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/systemd.make b/rules/systemd.make index ff3d606..51ffcac 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -303,7 +303,7 @@ ifdef PTXCONF_SYSTEMD_NETWORK endif # # units - @$(call install_tree, systemd, 0, 0, -, /lib/systemd/system/) + @$(call install_alternative_tree, systemd, 0, 0, /lib/systemd/system/) @$(call install_alternative, systemd, 0, 0, 0644, /etc/vconsole.conf) -- 1.8.5.4 -- ptxdist mailing list ptxdist@pengutronix.de