From patchwork Fri Mar 20 19:14:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 452771 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 33F50140146 for ; Sat, 21 Mar 2015 06:15:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 71B82926BA; Fri, 20 Mar 2015 19:15:28 +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 7WwsanxvKtcE; Fri, 20 Mar 2015 19:15:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 98692926B7; Fri, 20 Mar 2015 19:15:25 +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 C0D311C2357 for ; Fri, 20 Mar 2015 19:14:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BE1E09259B for ; Fri, 20 Mar 2015 19:14: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 WT5fZjHGaNsS for ; Fri, 20 Mar 2015 19:14:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yh0-f48.google.com (mail-yh0-f48.google.com [209.85.213.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C526926B8 for ; Fri, 20 Mar 2015 19:14:57 +0000 (UTC) Received: by yhpt93 with SMTP id t93so44195766yhp.0 for ; Fri, 20 Mar 2015 12:14:56 -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=KfTfPTHxM9OEA2JCqs35hn+m53+yZ25IOShjoeVHZ5g=; b=GhUsbTkkUuKRiyqWjeMeeWBOcZJ5gDTFzZSuSlydFGUonZQd8NoS83CcTRCpSrcITt gh6XKfODxJFFArwM6mR1z0XfEhqSG+txMUeQOlAVOqc7LQKdceQugmyowY4uHDVKV9Bv 1oI0JbJmatAlxz4YNU/OBWwj0kDBnncPMc6S7vDurGEE7DvGVhz2wzMGLNZqdCy3nzB2 zix5Ipq3kDffd27/1NBfo434jsAoYPX0udp/joFcLcyyX6dtoi+qgbf3YcsrTYbdOTSj XZtAHfwrBS7CbrbAuq0surk126WayN/zabkUXO31fEslGm06SolMRGUGyYOZrgOg56im zmaA== X-Gm-Message-State: ALoCoQkGs79CGUSPWwugkS9SHkZxmTlctueiuDYsfhX0CQM4BkanGjdnl0BJCE09ejZP8qIwlgry X-Received: by 10.236.41.132 with SMTP id h4mr83615331yhb.140.1426878896349; Fri, 20 Mar 2015 12:14:56 -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 c5sm4193119yhf.29.2015.03.20.12.14.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Mar 2015 12:14:55 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Fri, 20 Mar 2015 15:14:13 -0400 Message-Id: <1426878856-15747-23-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426878856-15747-1-git-send-email-mike@mikebwilliams.com> References: <1426878856-15747-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH v2 22/25] usb_modeswitch_data: install udev rules in /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 --- .../usb_modeswitch_data/0002-fix-udev-rules-location.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/usb_modeswitch_data/0002-fix-udev-rules-location.patch diff --git a/package/usb_modeswitch_data/0002-fix-udev-rules-location.patch b/package/usb_modeswitch_data/0002-fix-udev-rules-location.patch new file mode 100644 index 0000000..3735af3 --- /dev/null +++ b/package/usb_modeswitch_data/0002-fix-udev-rules-location.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index cd42a6f..1b1ff29 100644 +--- a/Makefile ++++ b/Makefile +@@ -3,7 +3,7 @@ VERS = 20150115 + RM = /bin/rm -f + PREFIX = $(DESTDIR)/usr + ETCDIR = $(DESTDIR)/etc +-RULESDIR = $(DESTDIR)/lib/udev/rules.d ++RULESDIR = $(DESTDIR)/usr/lib/udev/rules.d + + + .PHONY: clean