[Lunar-commits] <moonbase-other> flash-plugin-11: adding a bit of logic
Dennis Veatch
dennisveatch at bellsouth.net
Thu Jul 31 14:05:40 CEST 2014
commit 37d423f6b979cca7f90c382f0a1d714c046a1cdd
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 31 Jul 2014 08:05:17 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/37d423f6b979cca7f90c382f0a1d714c046a1cdd
flash-plugin-11: adding a bit of logic
---
web/flash-plugin-11/BUILD | +3/-1
1 file changed, 3 insertions(+), 1 deletion(-)
--- a/web/flash-plugin-11/BUILD
+++ b/web/flash-plugin-11/BUILD
@@ -33,6 +33,8 @@
# This appears to have fixed the constant crashing of flash since the version bump
# From http://macromedia.mplug.org/
- echo "WindowlessDisable=true" >> /etc/adobe/mms.cfg
+ if ! grep -q WindowlessDisable=true /etc/adobe/mms.cfg 2>/dev/null ; then
+ echo "WindowlessDisable=true" >> /etc/adobe/mms.cfg
+ fi
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list