[PC-BSD Commits] r7337 - pcbsd-projects/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 3 09:12:11 PDT 2010
Author: kris
Date: 2010-08-03 09:12:11 -0700 (Tue, 03 Aug 2010)
New Revision: 7337
Modified:
pcbsd-projects/pbi-manager/pbi-manager
Log:
Fixed bug with adjusting dbus .service file Exec= line, and correct issue with binary wrappers.
Modified: pcbsd-projects/pbi-manager/pbi-manager
===================================================================
--- pcbsd-projects/pbi-manager/pbi-manager 2010-08-03 15:09:56 UTC (rev 7336)
+++ pcbsd-projects/pbi-manager/pbi-manager 2010-08-03 16:12:11 UTC (rev 7337)
@@ -1462,8 +1462,8 @@
onlywrap="${4}"
# Save the wrapper location so we know what files to modify at install time
- MOD_FILES_PREFIX="${fbin} ${MOD_FILES_PREFIX}"
- MOD_WRAPPERS="${fbin} ${MOD_WRAPPERS}"
+ MOD_FILES_PREFIX="${PBI_FAKEBIN_DIR}/${fbin} ${MOD_FILES_PREFIX}"
+ MOD_WRAPPERS="${PBI_FAKEBIN_DIR}/${fbin} ${MOD_WRAPPERS}"
# Make our link to the system localbase if its not a wrapper only
if [ "$onlywrap" != "YES" ] ; then
More information about the Commits
mailing list