blob: a372ddb4e8ec2d58c7e51e920993f691a734f198 (
plain) (
blame)
1
2
3
4
5
6
7
|
Index: usr/lib/nspluginwrapper/i386/linux/npviewer
@@ -1,4 +1,5 @@
#!/bin/sh
TARGET_OS=linux
TARGET_ARCH=i386
+ulimit -s 32768 2>/dev/null
. /usr/local/lib/nspluginwrapper/noarch/npviewer
|