diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-10-10 09:44:06 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-10-10 09:44:06 +0000 |
commit | 7c739c591be64884b24caa57115dac9b01082f7c (patch) | |
tree | 1e2b2af0ce89297c9a699ce1f5b333cd36862016 /www/opera/files | |
parent | 5eae56f9fe680deec24c14f5dd58e0fa72662389 (diff) | |
download | ports-7c739c591be64884b24caa57115dac9b01082f7c.tar.gz ports-7c739c591be64884b24caa57115dac9b01082f7c.zip |
Notes
Diffstat (limited to 'www/opera/files')
-rw-r--r-- | www/opera/files/operapluginwrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/opera/files/operapluginwrapper b/www/opera/files/operapluginwrapper new file mode 100644 index 000000000000..20fc5d1c16ea --- /dev/null +++ b/www/opera/files/operapluginwrapper @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ brandelf $3 | grep "FreeBSD" ]; then + exec $0.freebsd $@ +else + exec $0.linux $@ +fi |