From patchwork Tue Apr 21 17:50: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: 463443 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id ED97514011D for ; Wed, 22 Apr 2015 03:51:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 944DB87C48; Tue, 21 Apr 2015 17:51:04 +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 j0RlLJCOtZZR; Tue, 21 Apr 2015 17:51:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id CF94786374; Tue, 21 Apr 2015 17:51:00 +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 0EC911C26F9 for ; Tue, 21 Apr 2015 17:50:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 09BC1862B5 for ; Tue, 21 Apr 2015 17:50:57 +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 QO9je3pY0qJC for ; Tue, 21 Apr 2015 17:50:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yk0-f171.google.com (mail-yk0-f171.google.com [209.85.160.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 305338620E for ; Tue, 21 Apr 2015 17:50:55 +0000 (UTC) Received: by ykec202 with SMTP id c202so23469287yke.2 for ; Tue, 21 Apr 2015 10:50:54 -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=R/Lb98yIHnjox3SVEsXQsX5JtQ5v+E0lJ0wNwuwfAYc=; b=IriJy/Js6pBR4uKtyxYHCxB8J44f2hPHkV6zgCeTVNNTi13MlM8ZS7+Vq7Lz5p8nP8 IIi7Q7NQakQf9UI7o2cCuKpvjonnyApdYus0/TZuHBMq5xLrYn49ZDEtX+G6mDfFLxnM HKsiqcK446FRkKoAkwOi8cyBoLVC2lGtM8d2cbYh3hBWA5NE/FprsM7UeJlL6rq0O8Wm oiqNPj3HlKcjh2h/08dxSYl0mbXDxZ1uIQ8NMCOYlvU0YQW/zPHiaPNMMI2pFB6oi/Ec 71BlyBOC9ksZtoibGcicK9SANrkhs3v+qkG0YnZ4GdXJ010EW4xdwPTfVzYhTaYfPRPM XbnQ== X-Gm-Message-State: ALoCoQl2sO2wc2y6OQdKfENVgw8tPqOJovhX2OsNeVM4fhB+baiKeN13iSJhO1wsRVjUAuCY44wx X-Received: by 10.236.208.36 with SMTP id p24mr18249758yho.1.1429638654530; Tue, 21 Apr 2015 10:50:54 -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 v11sm1895341yhn.49.2015.04.21.10.50.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Apr 2015 10:50:53 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Tue, 21 Apr 2015 13:50:35 -0400 Message-Id: <1429638638-28695-3-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1429638638-28695-1-git-send-email-mike@mikebwilliams.com> References: <1429638638-28695-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH 2/5] 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 --- package/psplash/psplash.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index 5901547..85c0fb8 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 + $(TARGET_DIR)/usr/lib/systemd/system/psplash-start.service $(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants - ln -sf ../psplash-start.service \ + 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