diff options
author | Tod Neidt <tod@gentoo.org> | 2002-04-05 05:42:55 +0000 |
---|---|---|
committer | Tod Neidt <tod@gentoo.org> | 2002-04-05 05:42:55 +0000 |
commit | 6cf311114d097e6386affe11d211bc4e36a0fd5e (patch) | |
tree | c6043518f9b505134838a947aa5818f69a34950e /net-www | |
parent | Added 'use mozilla' check to add symlink in moz plugins directory if true. Sy... (diff) | |
download | gentoo-2-6cf311114d097e6386affe11d211bc4e36a0fd5e.tar.gz gentoo-2-6cf311114d097e6386affe11d211bc4e36a0fd5e.tar.bz2 gentoo-2-6cf311114d097e6386affe11d211bc4e36a0fd5e.zip |
Got confused testing :) Reads easier.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-plugger/netscape-plugger-4.0-r1.ebuild | 8 |
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 } |