[PC-BSD Commits] r14879 - in pbi/modules/www/opera: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 16 13:40:23 PST 2012
Author: kenmoore
Date: 2012-01-16 21:40:23 +0000 (Mon, 16 Jan 2012)
New Revision: 14879
Modified:
pbi/modules/www/opera/pbi.conf
pbi/modules/www/opera/scripts/post-install.sh
Log:
Fix the opera linux wrapper script and rebuild
Modified: pbi/modules/www/opera/pbi.conf
===================================================================
--- pbi/modules/www/opera/pbi.conf 2012-01-16 21:25:57 UTC (rev 14878)
+++ pbi/modules/www/opera/pbi.conf 2012-01-16 21:40:23 UTC (rev 14879)
@@ -27,6 +27,6 @@
PBI_AB_PRIORITY="50"
-PBI_BUILDKEY="04"
+PBI_BUILDKEY="05"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_AB_PRIORITY PBI_BUILDKEY
Modified: pbi/modules/www/opera/scripts/post-install.sh
===================================================================
--- pbi/modules/www/opera/scripts/post-install.sh 2012-01-16 21:25:57 UTC (rev 14878)
+++ pbi/modules/www/opera/scripts/post-install.sh 2012-01-16 21:40:23 UTC (rev 14879)
@@ -5,6 +5,8 @@
cd extra-langs
mv *.lng ${PBI_PROGDIRPATH}/share/opera/locale/
+sed -i.bak 's|esac|esac ; unset LD_LIBRARY_PATH|g' ${PBI_PROGDIRPATH}/lib/opera/operapluginwrapper
+
#if [ -d "/PCBSD/local/etc/fonts" ]
#then
# Fix the plugin search paths
More information about the Commits
mailing list