diff options
author | Peter Gavin <pete@gentoo.org> | 2001-06-08 23:08:18 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-06-08 23:08:18 +0000 |
commit | 9c96eefdc555017f7a432ded36e4591dcc04dbda (patch) | |
tree | e1a6af84b697e7771369850c85b9920651b2e599 /app-emulation | |
parent | *** empty log message *** (diff) | |
download | historical-9c96eefdc555017f7a432ded36e4591dcc04dbda.tar.gz historical-9c96eefdc555017f7a432ded36e4591dcc04dbda.tar.bz2 historical-9c96eefdc555017f7a432ded36e4591dcc04dbda.zip |
fixed reiserfs build bug in linux-2.4.5.5 and added symlink in wine package so that winesetuptk works correctly
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20010418.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20010418.ebuild b/app-emulation/wine/wine-20010418.ebuild index 4a586d70d40b..881982235c45 100644 --- a/app-emulation/wine/wine-20010418.ebuild +++ b/app-emulation/wine/wine-20010418.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010418.ebuild,v 1.3 2001/06/03 22:42:30 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010418.ebuild,v 1.4 2001/06/08 23:08:18 pete Exp $ WSV=0.5.1b A="Wine-${PV}.tar.gz winesetuptk-${WSV}.tar.gz" @@ -60,6 +60,8 @@ src_install () { cd development_doc ; docinto winesetuptk-${WSV}/development_doc dodoc CHANGELOG.TXT global_cfg_db_members.txt + dosym ../share/winesetuptk /opt/wine/bin/winesetuptk + insinto /etc/env.d newins ${FILESDIR}/wine.env 90wine } |