[PC-BSD Commits] r17309 - in pbi/modules/www/opera: . scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 19 08:04:32 PDT 2012
Author: kenmoore
Date: 2012-06-19 15:04:32 +0000 (Tue, 19 Jun 2012)
New Revision: 17309
Modified:
pbi/modules/www/opera/pbi.conf
pbi/modules/www/opera/scripts/post-install.sh
Log:
Fix the opera post-install script, plugin wrapper got moved around and changed with opera 12
Modified: pbi/modules/www/opera/pbi.conf
===================================================================
--- pbi/modules/www/opera/pbi.conf 2012-06-19 14:42:43 UTC (rev 17308)
+++ pbi/modules/www/opera/pbi.conf 2012-06-19 15:04:32 UTC (rev 17309)
@@ -27,6 +27,6 @@
PBI_AB_PRIORITY="50"
-PBI_BUILDKEY="05"
+PBI_BUILDKEY="06"
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-06-19 14:42:43 UTC (rev 17308)
+++ pbi/modules/www/opera/scripts/post-install.sh 2012-06-19 15:04:32 UTC (rev 17309)
@@ -5,7 +5,7 @@
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
+sed -i.bak 's|done|done ; unset LD_LIBRARY_PATH|g' ${PBI_PROGDIRPATH}/lib/opera/pluginwrapper/operapluginwrapper
#if [ -d "/PCBSD/local/etc/fonts" ]
#then
More information about the Commits
mailing list