summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTod Neidt <tod@gentoo.org>2002-04-05 05:42:55 +0000
committerTod Neidt <tod@gentoo.org>2002-04-05 05:42:55 +0000
commit6cf311114d097e6386affe11d211bc4e36a0fd5e (patch)
treec6043518f9b505134838a947aa5818f69a34950e /net-www/netscape-plugger
parentAdded 'use mozilla' check to add symlink in moz plugins directory if true. Sy... (diff)
downloadgentoo-2-6cf311114d097e6386affe11d211bc4e36a0fd5e.tar.gz
gentoo-2-6cf311114d097e6386affe11d211bc4e36a0fd5e.tar.bz2
gentoo-2-6cf311114d097e6386affe11d211bc4e36a0fd5e.zip
Got confused testing :) Reads easier.
Diffstat (limited to 'net-www/netscape-plugger')
-rw-r--r--net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild b/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild
index 0f0466df8fa5..084d40f2ac8e 100644
--- a/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild
+++ b/net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild
@@ -21,8 +21,10 @@ src_install() {
dobin plugger-4.0
dosym plugger-4.0 /usr/bin/plugger
- use mozilla && \
- into /usr/lib/mozilla/plugins;
- dosym /opt/netscape/plugins/plugger.so /usr/lib/mozilla/plugins/plugger.so
+ if use mozilla; then
+ into /usr/lib/mozilla/plugins
+ dosym /opt/netscape/plugins/plugger.so \
+ /usr/lib/mozilla/plugins/plugger.so
+ fi
}