From patchwork Thu Mar 19 17:56:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452118 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 AE2DB1400EA for ; Fri, 20 Mar 2015 04:57:23 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0541B92293; Thu, 19 Mar 2015 17:57:23 +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 Eee-RH3Af7Ap; Thu, 19 Mar 2015 17:57:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 832C79224C; Thu, 19 Mar 2015 17:57:16 +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 493401CEED7 for ; Thu, 19 Mar 2015 17:57:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4699A92149 for ; Thu, 19 Mar 2015 17:57: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 sp6uPEuefynC for ; Thu, 19 Mar 2015 17:57:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id A8D859222E for ; Thu, 19 Mar 2015 17:57:09 +0000 (UTC) Received: by yhch68 with SMTP id h68so29190995yhc.1 for ; Thu, 19 Mar 2015 10:57:09 -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=nST90HilkYM/mvrWoqsurp1f72tj7xav9r6UAEPyK2U=; b=L2YcNDVZdUL6hqv+zqwVX0nSEYhWGMg+U9rNHi/R2wxTbJe3zbgU++9IduoUrPBgYv eJfEy+ILLGIuvDU7X583W0UAjs03B8hY5rb8QZqGVfyunRlZ/J4slRMZxmYDZblwD42l ezwWMV9i8GbK26W+a3NHp3uPjYlEWhabZ78TVW5lB3FSdABuGzl689OUksJ2QMJCMDRM oC0kj4Qg/ZCApKugsyqQOdZg9awmXGojybgzNajrugVx2aOWKX7N3A5+XIAm+BokPf+5 kiE4eVCupcQNusUjzv040QTu0ApZyf5RGwCfI2MzI6P8MoUsHRWBn1a2pckg7WXS1tAN P40g== X-Gm-Message-State: ALoCoQksHLJA/2SoguK2jle9tOfILLPyEa25Gce4srGTDHTteZ6qP46PkZ0YBKzvnLL9UaAYH9ZP X-Received: by 10.170.100.87 with SMTP id r84mr89307859yka.73.1426787828984; Thu, 19 Mar 2015 10:57:08 -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.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Mar 2015 10:57:07 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Thu, 19 Mar 2015 13:56:37 -0400 Message-Id: <1426787807-29510-6-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 05/15] dbus: 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/dbus/dbus.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 200084f..c810800 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -54,7 +54,7 @@ endif ifeq ($(BR2_INIT_SYSTEMD),y) DBUS_CONF_OPTS += \ --enable-systemd \ - --with-systemdsystemunitdir=/lib/systemd/system + --with-systemdsystemunitdir=/usr/lib/systemd/system DBUS_DEPENDENCIES += systemd else DBUS_CONF_OPTS += --disable-systemd