diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2004-12-24 10:34:21 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2004-12-24 10:34:21 +0000 |
commit | 3a6e5ebed6926b7e747af31c8aa59ef2319edccf (patch) | |
tree | b1068a489b60d4dfe8498ffb59ef782d7326ecfc /app-emulation | |
parent | Add some patches by Matt Taylor to make gcc-2.x happy #75392. (Manifest recom... (diff) | |
download | gentoo-2-3a6e5ebed6926b7e747af31c8aa59ef2319edccf.tar.gz gentoo-2-3a6e5ebed6926b7e747af31c8aa59ef2319edccf.tar.bz2 gentoo-2-3a6e5ebed6926b7e747af31c8aa59ef2319edccf.zip |
fixed #63225
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/win4lin/win4lin-5.0.8.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/win4lin/win4lin-5.1.1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/win4lin/win4lin-5.1.ebuild | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/win4lin/win4lin-5.0.8.ebuild b/app-emulation/win4lin/win4lin-5.0.8.ebuild index 41525e6fe062..2b7ea4c13cba 100644 --- a/app-emulation/win4lin/win4lin-5.0.8.ebuild +++ b/app-emulation/win4lin/win4lin-5.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.0.8.ebuild,v 1.8 2004/06/30 03:19:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.0.8.ebuild,v 1.9 2004/12/24 10:34:21 bass Exp $ IUSE="" @@ -52,7 +52,7 @@ pkg_postinst() { einfo "ebuild /var/db/pkg/app-emulation/${PF}/${PF}.ebuild config" einfo "to install the windows setup files. You will need your Windows cdrom in the " einfo "drive in order to complete this step." - einfo "============" + einfo einfo "If this is an upgrade 4.x to 5.x the trial license code isn't valid," einfo "you need register it in NeTraverse, or unemerge ALL Win4Lin files." } @@ -63,6 +63,7 @@ pkg_prerm() { } pkg_config() { + chown -R bin:bin /opt/win4lin loadwindowsCD cddevice /dev/cdrom cp /opt/win4lin/win4lin.initd.new /etc/init.d/Win4Lin chmod +x /etc/init.d/Win4Lin diff --git a/app-emulation/win4lin/win4lin-5.1.1.ebuild b/app-emulation/win4lin/win4lin-5.1.1.ebuild index 977908dcee61..8725b8ca7b7f 100644 --- a/app-emulation/win4lin/win4lin-5.1.1.ebuild +++ b/app-emulation/win4lin/win4lin-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.1.1.ebuild,v 1.3 2004/12/24 10:30:42 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.1.1.ebuild,v 1.4 2004/12/24 10:34:21 bass Exp $ inherit eutils @@ -78,6 +78,7 @@ pkg_prerm() { } pkg_config() { + chown -R bin:bin /opt/win4lin loadwindowsCD cddevice /dev/cdrom cp /opt/win4lin/win4lin.initd.new /etc/init.d/Win4Lin chmod +x /etc/init.d/Win4Lin diff --git a/app-emulation/win4lin/win4lin-5.1.ebuild b/app-emulation/win4lin/win4lin-5.1.ebuild index c7dfc3f9bb73..48ee75752d2f 100644 --- a/app-emulation/win4lin/win4lin-5.1.ebuild +++ b/app-emulation/win4lin/win4lin-5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.1.ebuild,v 1.5 2004/06/30 03:19:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.1.ebuild,v 1.6 2004/12/24 10:34:21 bass Exp $ IUSE="" @@ -52,7 +52,7 @@ pkg_postinst() { einfo "ebuild /var/db/pkg/app-emulation/${PF}/${PF}.ebuild config" einfo "to install the windows setup files. You will need your Windows cdrom in the " einfo "drive in order to complete this step." - einfo "============" + einfo einfo "If this is an upgrade 4.x to 5.x the trial license code isn't valid," einfo "you need register it in NeTraverse, or unemerge ALL Win4Lin files." } @@ -63,6 +63,7 @@ pkg_prerm() { } pkg_config() { + chown -R bin:bin /opt/win4lin loadwindowsCD cddevice /dev/cdrom cp /opt/win4lin/win4lin.initd.new /etc/init.d/Win4Lin chmod +x /etc/init.d/Win4Lin |