diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 09:32:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 09:32:03 +0000 |
commit | 24e2b5de1fb4566dbf7823747ccab43cd95e7fb0 (patch) | |
tree | e77f44f1c78c529c5a2bd3dd2beee28697363afe /net-www | |
parent | Changed make to emake (Manifest recommit) (diff) | |
download | gentoo-2-24e2b5de1fb4566dbf7823747ccab43cd95e7fb0.tar.gz gentoo-2-24e2b5de1fb4566dbf7823747ccab43cd95e7fb0.tar.bz2 gentoo-2-24e2b5de1fb4566dbf7823747ccab43cd95e7fb0.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild index 1d522e36a4ba..720d0d747ea8 100644 --- a/net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild +++ b/net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild,v 1.1 2004/05/07 19:30:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild,v 1.2 2004/05/10 09:31:12 mr_bones_ Exp $ IUSE="" @@ -25,7 +25,7 @@ pkg_postinst() { local f find ${ROOT}/usr/bin -type l -maxdepth 1 | \ - while read f; do + while read f; do [[ $(readlink ${f}) == mozilla-launcher ]] || continue einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" ln -sfn /usr/libexec/mozilla-launcher ${f} |