summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-08-04 21:53:06 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-08-04 21:53:06 +0000
commit63a3ae10f4f30813da96e2521a648da7869be960 (patch)
treeeef314968fe410960b578512373d12e562b71399 /www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild
parentadded udev rules (diff)
downloadgentoo-2-63a3ae10f4f30813da96e2521a648da7869be960.tar.gz
gentoo-2-63a3ae10f4f30813da96e2521a648da7869be960.tar.bz2
gentoo-2-63a3ae10f4f30813da96e2521a648da7869be960.zip
Remove --no-preserve=links from cp for bsd compatibility.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild')
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild
index 1247f06a4b67..857ac9e721dc 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.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/www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild,v 1.3 2005/07/23 16:07:23 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.0.6-r2.ebuild,v 1.4 2005/08/04 21:51:22 azarah Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib
@@ -164,7 +164,7 @@ src_install() {
# Most of the installation happens here
dodir ${MOZILLA_FIVE_HOME}
- cp -RL --no-preserve=links ${S}/dist/bin/* ${D}${MOZILLA_FIVE_HOME}
+ cp -RL ${S}/dist/bin/* ${D}${MOZILLA_FIVE_HOME}
# Create directory structure to support portage-installed extensions.
# See update_chrome() in mozilla-launcher