diff options
Diffstat (limited to 'www/nspluginwrapper/files/npviewer.in')
-rw-r--r-- | www/nspluginwrapper/files/npviewer.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/nspluginwrapper/files/npviewer.in b/www/nspluginwrapper/files/npviewer.in new file mode 100644 index 000000000000..faff54f180ca --- /dev/null +++ b/www/nspluginwrapper/files/npviewer.in @@ -0,0 +1,5 @@ +#!/bin/sh +TARGET_OS=linux +TARGET_ARCH=i386 +ulimit -s 32768 2>/dev/null +. %%NSPLUGINWRAPPER%%/noarch/npviewer.sh |