diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-02-10 19:56:47 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-02-10 19:56:47 +0000 |
commit | 0827bd675c4a798f2256a8d4b8556af3aee20369 (patch) | |
tree | 903d58ff3b9d5732d1b49f40dd27fe017bdfb900 /app-office | |
parent | Added alpha support, works for me. (diff) | |
download | gentoo-2-0827bd675c4a798f2256a8d4b8556af3aee20369.tar.gz gentoo-2-0827bd675c4a798f2256a8d4b8556af3aee20369.tar.bz2 gentoo-2-0827bd675c4a798f2256a8d4b8556af3aee20369.zip |
fix an issue with a dead symlink
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild index c7c9418d0a34..1c4327d3058a 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild,v 1.5 2003/01/29 17:10:12 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.2.ebuild,v 1.6 2003/02/10 19:56:47 sethbc Exp $ IUSE="kde gnome" @@ -87,6 +87,10 @@ src_install() { # We need X to install... virtualmake "-v -r:${T}/autoresponse" + #fix the libstdc++.so symlink + cd ${D}/${INSTDIR}/program + ln -sf libstdc++.so.3 libstdc++ + echo einfo "Removing build root from registry..." # Remove totally useless stuff. |