From patchwork Thu Mar 19 17:56:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452116 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 9C2B214010F for ; Fri, 20 Mar 2015 04:57:13 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 928E3957F7; Thu, 19 Mar 2015 17:57:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1BkgnsvR9sEJ; Thu, 19 Mar 2015 17:57:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A03C1957DD; Thu, 19 Mar 2015 17:57:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 34A6F1C2607 for ; Thu, 19 Mar 2015 17:57:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 31B429212B for ; Thu, 19 Mar 2015 17:57:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G80w5nO9BPUV for ; Thu, 19 Mar 2015 17:57:06 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yh0-f43.google.com (mail-yh0-f43.google.com [209.85.213.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id A0F8392149 for ; Thu, 19 Mar 2015 17:57:06 +0000 (UTC) Received: by yhjf44 with SMTP id f44so29191565yhj.3 for ; Thu, 19 Mar 2015 10:57:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=wtFss5CPcOVObEgtVxu3/95zLJRykgUBmANri6IAmWE=; b=HlWegvAL+xFNhzRqIKRgP05lCI1qqu7cBnDyVrvrsPBdSyg/K9+efhOpBEBqkyIB/N vtn1K0SWL+D8rNJjBgd9X/3oSSPfdrbODHJOJ5YoGixA9UkEpLRy/SbdrfJOASrKykET 5tQCbSuryUKWiw3KXCPMI1X/B//abRn8uxQjmp0G8zvEegfD6Cmyq61wVvLeqBF+p1n3 oEbtSs2Eca5bXANwIcg+hGpvuvnNxRm3kQAsdCZNoBr3P/en/PJGEDuNa2Lr5w89Pc3f pYkI+0prF6mGmn24AFGM1peqN2QiAxNIu4xS7md89Rgp2NJD4y9iFunr7uzRd2r8D/Kq S6rg== X-Gm-Message-State: ALoCoQkN+rAXRBhU7QNlqjr+5iN1c3RTb//vCCOjyFgREppuy/1PKILk0rL1/5DKvowqUtHXeCIi X-Received: by 10.170.198.211 with SMTP id p202mr65174872yke.60.1426787825974; Thu, 19 Mar 2015 10:57:05 -0700 (PDT) Received: from mikework.lifesafer.com (FUSE-DEDICATED-66-42-228-99.fuse.net. [66.42.228.99]) by mx.google.com with ESMTPSA id e48sm1527034yho.30.2015.03.19.10.57.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 10:57:04 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Thu, 19 Mar 2015 13:56:35 -0400 Message-Id: <1426787807-29510-4-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426787807-29510-1-git-send-email-mike@mikebwilliams.com> References: <1426787807-29510-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH 03/15] psplash: move systemd service files to /usr/lib X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Mike Williams Reviewed-by: Steven Noonan Reviewed-by: Samuel Martin --- package/psplash/psplash.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index 5901547..866aa9f 100644 --- a/package/psplash/psplash.mk +++ b/package/psplash/psplash.mk @@ -11,15 +11,15 @@ PSPLASH_AUTORECONF = YES define PSPLASH_INSTALL_INIT_SYSTEMD $(INSTALL) -D -m 644 package/psplash/psplash-start.service \ - $(TARGET_DIR)/etc/systemd/system/psplash-start.service - $(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants - ln -sf ../psplash-start.service \ + $(TARGET_DIR)/usr/lib/systemd/system/psplash-start.service + $(INSTALL) -d $(TARGET_DIR)/usr/lib/systemd/system/sysinit.target.wants + ln -sf /usr/lib/systemd/system/psplash-start.service \ $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants/ $(INSTALL) -D -m 644 package/psplash/psplash-quit.service \ - $(TARGET_DIR)/etc/systemd/system/psplash-quit.service + $(TARGET_DIR)/usr/lib/systemd/system/psplash-quit.service $(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants - ln -sf ../psplash-quit.service \ + ln -sf /usr/lib/systemd/system/psplash-quit.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/ endef