[PC-BSD Commits] r21491 - in pbi/modules/sysutils/xfburn: . scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 14 07:07:16 PST 2013
Author: kenmoore
Date: 2013-02-14 15:07:16 +0000 (Thu, 14 Feb 2013)
New Revision: 21491
Added:
pbi/modules/sysutils/xfburn/scripts/post-install.sh
Modified:
pbi/modules/sysutils/xfburn/pbi.conf
Log:
Try to fix the missing icons issue with xfburn by running gtk-update-icon-cache in a post-install script
Modified: pbi/modules/sysutils/xfburn/pbi.conf
===================================================================
--- pbi/modules/sysutils/xfburn/pbi.conf 2013-02-14 12:46:01 UTC (rev 21490)
+++ pbi/modules/sysutils/xfburn/pbi.conf 2013-02-14 15:07:16 UTC (rev 21491)
@@ -7,5 +7,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
+PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list