summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Gavin <pete@gentoo.org>2001-06-08 23:08:18 +0000
committerPeter Gavin <pete@gentoo.org>2001-06-08 23:08:18 +0000
commit92fa391991ea5e1174ae5f725868bbbc035805e2 (patch)
tree39330fe5c72bc742c63ccdb12e81bba10b334201 /app-emulation
parent*** empty log message *** (diff)
downloadgentoo-2-92fa391991ea5e1174ae5f725868bbbc035805e2.tar.gz
gentoo-2-92fa391991ea5e1174ae5f725868bbbc035805e2.tar.bz2
gentoo-2-92fa391991ea5e1174ae5f725868bbbc035805e2.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.ebuild4
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
}