diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 09:31:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 09:31:12 +0000 |
commit | c7e0a37fa93bb4952623737ec05709515bbf135b (patch) | |
tree | ff759d08f082c2b6f4de7d2765331c451f5dda1a /net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild | |
parent | Changed make to emake (diff) | |
download | historical-c7e0a37fa93bb4952623737ec05709515bbf135b.tar.gz historical-c7e0a37fa93bb4952623737ec05709515bbf135b.tar.bz2 historical-c7e0a37fa93bb4952623737ec05709515bbf135b.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-www/mozilla-launcher/mozilla-launcher-1.7-r1.ebuild')
-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} |