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 1R24Uw-0003au-U1 for garchives@archives.gentoo.org; Fri, 09 Sep 2011 17:04:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA70021C152; Fri, 9 Sep 2011 17:04:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA2FA21C152 for ; Fri, 9 Sep 2011 17:04:07 +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 2CD3B1B4035 for ; Fri, 9 Sep 2011 17:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 43C4D80042 for ; Fri, 9 Sep 2011 17:04:06 +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: 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: e3f3ff48c14e0b90cf51f519d9e39471c9ef65ac Date: Fri, 9 Sep 2011 17:04:06 +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: 98f91b36d5a3c2eec354ad336bafcf05 commit: e3f3ff48c14e0b90cf51f519d9e39471c9ef65ac Author: William Hubbs gentoo org> AuthorDate: Fri Sep 9 17:02:27 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Sep 9 17:02:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/udev-gentoo-s= cripts.git;a=3Dcommit;h=3De3f3ff48 Revert "Add LIBDIR variable to Makefile" This reverts commit 1f19637fa837356738cbafbff42a3247355ce671. This is being reverted due to Matthias' request. --- Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fed89ed..67ef236 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -LIBDIR ?=3D /lib -LIBUDEV ?=3D $(LIBDIR)/udev +LIBUDEV ?=3D /lib/udev RULESDIR ?=3D $(LIBUDEV)/rules.d SYSCONFDIR ?=3D /etc CONFD ?=3D $(SYSCONFDIR)/conf.d