summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-23 20:35:38 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-23 20:35:38 +0000
commit807c5e3d20c94e3cc861f721a6e7a312f9a0617c (patch)
treec08a8695e100cff4bdd8b23d684130d89f2f158a /eclass/nsplugins.eclass
parentbug #12610; better lain out if statements should not run java-config now if -... (diff)
downloadhistorical-807c5e3d20c94e3cc861f721a6e7a312f9a0617c.tar.gz
historical-807c5e3d20c94e3cc861f721a6e7a312f9a0617c.tar.bz2
historical-807c5e3d20c94e3cc861f721a6e7a312f9a0617c.zip
keepdir the nsplugins dir to keep it from unmerging
Diffstat (limited to 'eclass/nsplugins.eclass')
-rw-r--r--eclass/nsplugins.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass
index 0b0592f33d19..687a691d3024 100644
--- a/eclass/nsplugins.eclass
+++ b/eclass/nsplugins.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.6 2002/12/13 20:50:33 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.7 2002/12/23 20:35:38 azarah Exp $
# Just some re-usable functions for the netscape/moz plugins sharing
ECLASS=nsplugins
@@ -16,8 +16,9 @@ PLUGINS_DIR="nsbrowser/plugins"
# the full path (without $D) to old plugin dir.
src_mv_plugins() {
- # Move plugins dir
- dodir /usr/lib/${PLUGINS_DIR}
+ # Move plugins dir. We use keepdir so that it might not be unmerged
+ # by mistake ...
+ keepdir /usr/lib/${PLUGINS_DIR}
cp -a ${D}/$1/* ${D}/usr/lib/${PLUGINS_DIR}
rm -rf ${D}/$1
dosym ../${PLUGINS_DIR} $1