[PC-BSD Commits] r9464 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Mar 3 06:55:03 PST 2011
Author: kris
Date: 2011-03-03 06:55:02 -0800 (Thu, 03 Mar 2011)
New Revision: 9464
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Make sure kde4/bin is in the PATH of the wrapper, and don't enable crash-handler by default
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2011-03-02 20:06:38 UTC (rev 9463)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2011-03-03 14:55:02 UTC (rev 9464)
@@ -3215,7 +3215,7 @@
echo "PROGBIN=\"${bin}\" ; export PROGBIN" >>${dir}/${fbin}
# Start the main code block
- echo 'PATH="${PROGDIR}/bin:${PROGDIR}/sbin:${PROGDIR}/libexec:$PATH"; export PATH
+ echo 'PATH="${PROGDIR}/bin:${PROGDIR}/sbin:${PROGDIR}/kde4/bin:${PROGDIR}/libexec:$PATH"; export PATH
# Check and parse any ldconfig entries
LDCONFIGDIRS=""
@@ -5542,7 +5542,7 @@
# If we are working on a binary, mark it as such
if [ "$bin" = "YES" ] ; then
- echo "${f} ${f} binary" >> "$_ef"
+ echo "${f} ${f} binary,nocrash" >> "$_ef"
else
echo "${f} ${f} replace" >> "$_ef"
fi
More information about the Commits
mailing list