summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}