[PC-BSD Commits] r20319 - in pbi/modules/sysutils/brasero: . scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Nov 30 05:49:03 PST 2012
Author: kenmoore
Date: 2012-11-30 13:49:02 +0000 (Fri, 30 Nov 2012)
New Revision: 20319
Modified:
pbi/modules/sysutils/brasero/pbi.conf
pbi/modules/sysutils/brasero/scripts/post-install.sh
pbi/modules/sysutils/brasero/scripts/pre-remove.sh
Log:
Fix a typo in the new brasero scripts and rebuild
Modified: pbi/modules/sysutils/brasero/pbi.conf
===================================================================
--- pbi/modules/sysutils/brasero/pbi.conf 2012-11-30 02:04:55 UTC (rev 20318)
+++ pbi/modules/sysutils/brasero/pbi.conf 2012-11-30 13:49:02 UTC (rev 20319)
@@ -7,7 +7,7 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
PBI_AB_PRIORITY="30"; export PBI_AB_PRIORITY
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/sysutils/brasero/scripts/post-install.sh
===================================================================
--- pbi/modules/sysutils/brasero/scripts/post-install.sh 2012-11-30 02:04:55 UTC (rev 20318)
+++ pbi/modules/sysutils/brasero/scripts/post-install.sh 2012-11-30 13:49:02 UTC (rev 20319)
@@ -1,7 +1,7 @@
#!/bin/sh
SCHDIR=share/glib-2.0/schemas
-SCHFILE=${SCHDIR]/org.gnome.brasero.gschema.xml
+SCHFILE=${SCHDIR}/org.gnome.brasero.gschema.xml
#sym link the brasero config schema into the local system
if [ ! -e /usr/local/${SCHFILE} ]; then
ln -s ${PBI_PROGDIRPATH}/${SCHFILE} /usr/local/${SCHFILE}
Modified: pbi/modules/sysutils/brasero/scripts/pre-remove.sh
===================================================================
--- pbi/modules/sysutils/brasero/scripts/pre-remove.sh 2012-11-30 02:04:55 UTC (rev 20318)
+++ pbi/modules/sysutils/brasero/scripts/pre-remove.sh 2012-11-30 13:49:02 UTC (rev 20319)
@@ -1,7 +1,7 @@
#!/bin/sh
SCHDIR=share/glib-2.0/schemas
-SCHFILE=${SCHDIR]/org.gnome.brasero.gschema.xml
+SCHFILE=${SCHDIR}/org.gnome.brasero.gschema.xml
#remove the sym link of the brasero config schema
if [ -L /usr/local/${SCHFILE} ]; then
rm /usr/local/${SCHFILE}
More information about the Commits
mailing list