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 1RlqTa-0000iG-5n for garchives@archives.gentoo.org; Fri, 13 Jan 2012 23:24:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56931E0766; Fri, 13 Jan 2012 23:23:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 286C0E0766 for ; Fri, 13 Jan 2012 23:23:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 874841B400D for ; Fri, 13 Jan 2012 23:23:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 575352004B; Fri, 13 Jan 2012 23:23:48 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/lightdm/files: lightdm-1.0.6-pkglibexec.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: lightdm-1.0.6-pkglibexec.patch X-VCS-Directories: x11-misc/lightdm/files X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Message-Id: <20120113232348.575352004B@flycatcher.gentoo.org> Date: Fri, 13 Jan 2012 23:23:48 +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: 7006372a-dd72-4400-a4a9-08627d486957 X-Archives-Hash: 69b18aceb36e5b8712ef825010b4bdf6 hwoarang 12/01/13 23:23:48 Added: lightdm-1.0.6-pkglibexec.patch Log: Apply pkglibexec patch. Thanks to Alphat-PC . Bug #= 397399 =20 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) Revision Changes Path 1.1 x11-misc/lightdm/files/lightdm-1.0.6-pkglibexec.patc= h file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/f= iles/lightdm-1.0.6-pkglibexec.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/f= iles/lightdm-1.0.6-pkglibexec.patch?rev=3D1.1&content-type=3Dtext/plain Index: lightdm-1.0.6-pkglibexec.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Install dir: /usr/libexec/lightdm-guest-session-wrapper /usr/libexec/lightdm-set-defaults /usr/libexec/lightdm/gdmflexiserver Due to the following change, pkglibexec_SCRIPTS is invalid: http://git.savannah.gnu.org/cgit/automake.git/commit/?id=3D9ca632642b= 006ac6b0fc4ce0ae5b34023faa8cbf --- utils/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/Makefile.am b/utils/Makefile.am index 41df48b..ee527cf 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,6 +1,7 @@ bin_PROGRAMS =3D dm-tool libexec_PROGRAMS =3D lightdm-set-defaults -dist_pkglibexec_SCRIPTS =3D gdmflexiserver +ldmlibexecdir =3D $(libexecdir)/@PACKAGE@ +dist_ldmlibexec_SCRIPTS =3D gdmflexiserver =20 dm_tool_SOURCES =3D \ dm-tool.c