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 | 7cf2f671cb3775e79a93a574d772ae856dff1e2b (patch) | |
tree | 5802d455d02f6eb58d007e95de59b34ee267c6da /x11-libs/motif-config | |
parent | merge with upstream policy (diff) | |
download | historical-7cf2f671cb3775e79a93a574d772ae856dff1e2b.tar.gz historical-7cf2f671cb3775e79a93a574d772ae856dff1e2b.tar.bz2 historical-7cf2f671cb3775e79a93a574d772ae856dff1e2b.zip |
install the correct version
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-libs/motif-config')
-rw-r--r-- | x11-libs/motif-config/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/motif-config/Manifest b/x11-libs/motif-config/Manifest index f75e3f2be75e..11e066f9ced0 100644 --- a/x11-libs/motif-config/Manifest +++ b/x11-libs/motif-config/Manifest @@ -1,7 +1,7 @@ MD5 310071d2fdaccc813750f7b7b9f43d00 motif-config-0.1.ebuild 1251 MD5 3af00ed15625a98d22579656822b617f ChangeLog 770 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 -MD5 455e8de60c1be4493e729f6e4d763b03 motif-config-0.2.ebuild 1251 +MD5 a9a07c780031f529447b75371af7d26b motif-config-0.2.ebuild 1239 MD5 76af3b1b80127315546ef5ea7f5875e1 files/bindings.tbz2 5342 MD5 cedbeed369bab9555dd6fda29c8bc4c3 files/motif-config-0.1 6466 MD5 474ea3ce052f62b920a365f98586b01b files/motif-config-0.2 6298 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 |