diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-27 12:46:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-27 12:46:38 +0000 |
commit | 0dd455dbf72c26e0d2b69ec2fbbd950e833077dd (patch) | |
tree | b89fcac5d196a429bd881a090a30b4e0d289ba44 /app-emulation/wine | |
parent | ver bump #68525 and make sure USE flags are respected #35482 (Manifest recommit) (diff) | |
download | gentoo-2-0dd455dbf72c26e0d2b69ec2fbbd950e833077dd.tar.gz gentoo-2-0dd455dbf72c26e0d2b69ec2fbbd950e833077dd.tar.bz2 gentoo-2-0dd455dbf72c26e0d2b69ec2fbbd950e833077dd.zip |
remove trailing whitespace
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-20041019.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20041019.ebuild b/app-emulation/wine/wine-20041019.ebuild index efc318f8aa32..47f4a6313f7e 100644 --- a/app-emulation/wine/wine-20041019.ebuild +++ b/app-emulation/wine/wine-20041019.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/wine/wine-20041019.ebuild,v 1.1 2004/10/27 12:45:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019.ebuild,v 1.2 2004/10/27 12:46:38 vapier Exp $ inherit eutils flag-o-matic @@ -98,7 +98,7 @@ src_install() { cd ${D}/usr/lib/wine/.data cp -r ${WORKDIR}/fake_windows . || die "fake_windows" chown root:root fake_windows/ -R - + # Unpacking the miscellaneous files cp ${WORKDIR}/misc/* . || die "misc" chown root:root config |