diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:34:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:34:52 +0000 |
commit | 6c34773912347d191dd04ab28881d8b932abda54 (patch) | |
tree | a678837604dba87da7751f7a3358a2ee3436521d /app-editors/ted | |
parent | whitespace (diff) | |
download | gentoo-2-6c34773912347d191dd04ab28881d8b932abda54.tar.gz gentoo-2-6c34773912347d191dd04ab28881d8b932abda54.tar.bz2 gentoo-2-6c34773912347d191dd04ab28881d8b932abda54.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors/ted')
-rw-r--r-- | app-editors/ted/ted-2.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/ted/ted-2.17.ebuild b/app-editors/ted/ted-2.17.ebuild index ee9461adfeb8..c87e5733df01 100644 --- a/app-editors/ted/ted-2.17.ebuild +++ b/app-editors/ted/ted-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.17.ebuild,v 1.3 2005/08/28 16:03:56 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.17.ebuild,v 1.4 2007/06/26 01:34:52 mr_bones_ Exp $ DESCRIPTION="X-based rich text editor" HOMEPAGE="http://www.nllgg.nl/Ted" @@ -27,7 +27,7 @@ src_unpack() { } src_compile() { - # This is a fix for userpriv &| usersandbox. + # This is a fix for userpriv &| usersandbox. export RPM_BUILD_ROOT="${S}" for dir in Ted tedPackage appFrame appUtil ind bitmap libreg; do cd ${S}/${dir} @@ -45,7 +45,7 @@ src_compile() { } src_install() { - # This is a fix for userpriv &| usersandbox. + # This is a fix for userpriv &| usersandbox. export RPM_BUILD_ROOT="${S}" mkdir ${T}/pkg |