From patchwork Thu Mar 19 17:56:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452127 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 B37011400EA for ; Fri, 20 Mar 2015 04:58:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4D447922EF; Thu, 19 Mar 2015 17:58:10 +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 sD4N1brFcgCO; Thu, 19 Mar 2015 17:58:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0859E92335; Thu, 19 Mar 2015 17:57:42 +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 5298B1C2607 for ; Thu, 19 Mar 2015 17:57:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 42237922FE for ; Thu, 19 Mar 2015 17:57:35 +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 mbsYyyEqheQM for ; Thu, 19 Mar 2015 17:57:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yk0-f174.google.com (mail-yk0-f174.google.com [209.85.160.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 71D569229A for ; Thu, 19 Mar 2015 17:57:22 +0000 (UTC) Received: by ykcn8 with SMTP id n8so31188129ykc.3 for ; Thu, 19 Mar 2015 10:57:21 -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=TipdCQ88p+LGpbdCdwtneaK7MYfiNBObbk8mklpLLT4=; b=d3QXt1j3TK2JdLdrOH2nfoKMWNFm39ccByDL4wgtgQ2Q0g7fhWAHUXrhDdejTBLwSf dl9dy4inSiMQCtwHlHqWOQVslYs25nZZCClYW60tZ6mTtdP3po08b4ibq6iZtFd2jSUT dUYEvGrCu8YrBC5HSsaz045GRyRV+KnmIEy/VUXLzA99vaF6JksamBdaQAWKhXgq9KYI 8XZQS+oqqki0NTNyZTqt9y15C2aVWXaxLBqy3j5QuJo4TYArlIx9rIjwJa9FkGie+gi2 JdTNutX8oqiolgOTU1pL8vIuhzfKkzJ9mx7T03ab7p/p4K/3o7LJ+yJ+PzS/z3oN50p/ LYMw== X-Gm-Message-State: ALoCoQmMYGayBp4Uz+09bDSWHJ+t8jX4PFzrtPRV+Q3V66Hra3aG/mXGZLZeUJ07Wkh6EZDVVwB6 X-Received: by 10.236.223.102 with SMTP id u96mr78722169yhp.78.1426787841810; Thu, 19 Mar 2015 10:57:21 -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.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 10:57:20 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Thu, 19 Mar 2015 13:56:46 -0400 Message-Id: <1426787807-29510-15-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 14/15] kodi: move systemd service file 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/kodi/kodi.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk index f40fc31..7ad4988 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -256,11 +256,11 @@ endef define KODI_INSTALL_INIT_SYSTEMD $(INSTALL) -D -m 644 package/kodi/kodi.service \ - $(TARGET_DIR)/etc/systemd/system/kodi.service + $(TARGET_DIR)/usr/lib/systemd/system/kodi.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants - ln -fs ../kodi.service \ + ln -fs /usr/lib/systemd/system/kodi.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/kodi.service endef