From patchwork Thu Mar 19 17:56:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452125 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 DFBC41400EA for ; Fri, 20 Mar 2015 04:58:01 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 24A4A92253; Thu, 19 Mar 2015 17:58:01 +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 Y-ns-8irGfFS; Thu, 19 Mar 2015 17:57:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7D1F59229A; Thu, 19 Mar 2015 17:57:35 +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 BF12D1C2607 for ; Thu, 19 Mar 2015 17:57:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B12A292253 for ; Thu, 19 Mar 2015 17:57:27 +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 nLdIzWVkrMVx for ; Thu, 19 Mar 2015 17:57:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yk0-f182.google.com (mail-yk0-f182.google.com [209.85.160.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7F0849227D for ; Thu, 19 Mar 2015 17:57:19 +0000 (UTC) Received: by ykfs63 with SMTP id s63so31363734ykf.2 for ; Thu, 19 Mar 2015 10:57:18 -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=NJCQiUjS/8LRbJlnabwryfWuY6K4ODzaw6GjXavIZEg=; b=i20Ja+O+bNluVqM/oFFbOXK/wFS6JCYPiVTf6vcbikUx2EthAFDwSRFR4X6CnEY9gU Rs3EKixZtoQy6FJijAKP2pSHypJY96lP6U5Vt7BOgqS5sLzC+6UET43Et5ixUADSLFt7 pv2Kg1oOX7cOsKyoIA38mbe59cMMj08W2c7hZqdpY++oQU/0YfWT8/F04hKjXY0vIYDF uURD87ZQ9u2h4WrXpknDkYgcmt5uu5HVE6j+Qm3RO3SYqahesFa3lANIUSAebCP3Vtbr rCuI8fJkdcgbs8eLcoMMrOpYXpgkqJcPzQ5feNGG0txQMskMMzGBVv1l7VoQTf3qln/X tn4w== X-Gm-Message-State: ALoCoQkL2H8FRhbAVyuwR9SDTi/Fqmr4XanogNrFqFJk+NqAp9hxqkJcSEQFoQz8B+I/8IMQfXlz X-Received: by 10.236.202.49 with SMTP id c37mr80104335yho.75.1426787838867; Thu, 19 Mar 2015 10:57:18 -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.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 10:57:18 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Thu, 19 Mar 2015 13:56:44 -0400 Message-Id: <1426787807-29510-13-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 12/15] libiio: 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/libiio/libiio.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk index abcddba..a821892 100644 --- a/package/libiio/libiio.mk +++ b/package/libiio/libiio.mk @@ -41,8 +41,8 @@ endef define LIBIIO_INSTALL_INIT_SYSTEMD $(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants $(INSTALL) -D -m 0644 $(@D)/debian/iiod.service \ - $(TARGET_DIR)/lib/systemd/system/iiod.service - ln -fs /lib/systemd/system/iiod.service \ + $(TARGET_DIR)/usr/lib/systemd/system/iiod.service + ln -fs /usr/lib/systemd/system/iiod.service \ $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/iiod.service endef endif