diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-25 08:52:46 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-25 08:52:46 +0000 |
commit | b975e8f016455cb948a32fed1f61edf6fb4a9d4f (patch) | |
tree | 1e8353133326b1e1d261a35ab01278a037b9264c /x11-libs/motif-config | |
parent | merge with upstream policy (diff) | |
download | gentoo-2-b975e8f016455cb948a32fed1f61edf6fb4a9d4f.tar.gz gentoo-2-b975e8f016455cb948a32fed1f61edf6fb4a9d4f.tar.bz2 gentoo-2-b975e8f016455cb948a32fed1f61edf6fb4a9d4f.zip |
install the correct version
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs/motif-config')
-rw-r--r-- | x11-libs/motif-config/motif-config-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/motif-config/motif-config-0.2.ebuild b/x11-libs/motif-config/motif-config-0.2.ebuild index ad5e2556100e..eb64863cfea8 100644 --- a/x11-libs/motif-config/motif-config-0.2.ebuild +++ b/x11-libs/motif-config/motif-config-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.2.ebuild,v 1.1 2005/02/23 17:50:41 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.2.ebuild,v 1.2 2005/02/25 08:52:46 lanius Exp $ inherit multilib @@ -27,7 +27,7 @@ src_compile() { src_install () { exeinto /usr/bin - newexe ${FILESDIR}/motif-config-0.1 motif-config + newexe ${FILESDIR}/${P} motif-config dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config # for profile |