From a4046dac8cf44bcbe078888a4b05452fc735ce27 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Fri, 1 Oct 2004 14:35:52 +0000 Subject: get_libdir-ized (#65871) --- sys-libs/gpm/ChangeLog | 5 ++++- sys-libs/gpm/gpm-1.20.1.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sys-libs/gpm') diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index 3962be648434..28d198961547 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gpm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.28 2004/07/02 08:45:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.29 2004/10/01 14:34:57 blubb Exp $ + + 01 Oct 2004; Simon Stelling gpm-1.20.1.ebuild: + get_libdir-ized 02 Jul 2004; Jeremy Huddleston gpm-1.19.6.ebuild: virtual/glibc -> virtual/libc diff --git a/sys-libs/gpm/gpm-1.20.1.ebuild b/sys-libs/gpm/gpm-1.20.1.ebuild index 4b17f1199230..7a27bf1830fc 100644 --- a/sys-libs/gpm/gpm-1.20.1.ebuild +++ b/sys-libs/gpm/gpm-1.20.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1.ebuild,v 1.19 2004/09/27 21:30:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1.ebuild,v 1.20 2004/10/01 14:34:57 blubb Exp $ # Please use this variable to keep patch names sane for our patches! PATCH_VER="1.0" @@ -55,8 +55,8 @@ src_compile() { src_install() { einstall - chmod 755 ${D}/usr/lib/* - # Fix missing /usr/lib/libgpm.so.1 + chmod 755 ${D}/usr/$(get_libdir)/* + # Fix missing /usr/$(get_libdir)/libgpm.so.1 preplib dodoc BUGS COPYING ChangeLog Changes MANIFEST README TODO -- cgit v1.2.3-65-gdbad