[PC-BSD Commits] r7333 - pcbsd-projects/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 2 14:58:36 PDT 2010
Author: kris
Date: 2010-08-02 14:58:36 -0700 (Mon, 02 Aug 2010)
New Revision: 7333
Modified:
pcbsd-projects/pbi-manager/pbi-manager
Log:
Opps, fix few bad variables from previous commit
Modified: pcbsd-projects/pbi-manager/pbi-manager
===================================================================
--- pcbsd-projects/pbi-manager/pbi-manager 2010-08-02 21:55:25 UTC (rev 7332)
+++ pcbsd-projects/pbi-manager/pbi-manager 2010-08-02 21:58:36 UTC (rev 7333)
@@ -2738,7 +2738,7 @@
fi
# Massage the service file to point to the fakebin wrapper
- rmBaseDir="`dirname ${PBI_PROGDIRPATH}/${dbusdir}/${_dbfile}`"
+ rmBaseDir="`dirname ${PBI_PROGDIRPATH}/${_dsd}/${_dbfile}`"
sed -i.bak "s|${rmBaseDir}/|${PBI_PROGDIRPATH}/${PBI_FAKEBIN_DIR}/|g" "${PBI_PROGDIRPATH}/${_dsd}/${_dbfile}"
rm "${PBI_PROGDIRPATH}/${_dsd}/${_dbfile}.bak"
@@ -2746,7 +2746,7 @@
dbext=".xml"
fi
- echo "${dbusdir}/${_dbfile} ${dbusdir}/${_dbfile}.${_pname}.${dbext} replace" >> "$_ef"
+ echo "${_dsd}/${_dbfile} ${_dsd}/${_dbfile}.${_pname}.${dbext} replace" >> "$_ef"
done < ${PBI_TMPDIR}/.dbus.$$
rm ${PBI_TMPDIR}/.dbus.$$
More information about the Commits
mailing list