From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R0yUe-0002Lh-Dr for garchives@archives.gentoo.org; Tue, 06 Sep 2011 16:27:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DBBA21C216; Tue, 6 Sep 2011 16:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 431B821C216 for ; Tue, 6 Sep 2011 16:27:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E0691B401D for ; Tue, 6 Sep 2011 16:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9F04F80042 for ; Tue, 6 Sep 2011 16:27:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1f19637fa837356738cbafbff42a3247355ce671.WilliamH@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: / X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1f19637fa837356738cbafbff42a3247355ce671 Date: Tue, 6 Sep 2011 16:27:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2d8348957577fc88b3d3af3f4fbcaae6 commit: 1f19637fa837356738cbafbff42a3247355ce671 Author: William Hubbs gentoo org> AuthorDate: Tue Sep 6 16:26:08 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Sep 6 16:26:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/udev-gentoo-s= cripts.git;a=3Dcommit;h=3D1f19637f Add LIBDIR variable to Makefile --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 67ef236..fed89ed 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -LIBUDEV ?=3D /lib/udev +LIBDIR ?=3D /lib +LIBUDEV ?=3D $(LIBDIR)/udev RULESDIR ?=3D $(LIBUDEV)/rules.d SYSCONFDIR ?=3D /etc CONFD ?=3D $(SYSCONFDIR)/conf.d