[PC-BSD Commits] r8189 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 10 07:24:29 PST 2010
Author: kris
Date: 2010-12-10 07:24:29 -0800 (Fri, 10 Dec 2010)
New Revision: 8189
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Fixed a few bugs loading pbi patch header info before doing patching via the auto-builder
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-12-10 15:11:38 UTC (rev 8188)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-12-10 15:24:29 UTC (rev 8189)
@@ -4280,6 +4280,12 @@
_pbiOld="$2"
_cDir="$3"
+ init_tmpdir
+
+ # Load all the information about this PBI / PBP
+ PBI_FILENAME="$1"
+ load_info_from_header
+
_pbiNewDir="${PBI_APPDIR}/.newPBI-$$"
_pbiOldDir="${PBI_APPDIR}/.oldPBI-$$"
_pbiPatchDir="${PBI_APPDIR}/.patchPBI-$$"
More information about the Commits
mailing list