[PC-BSD Commits] r7316 - pcbsd-projects/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 28 07:57:26 PDT 2010
Author: kris
Date: 2010-07-28 07:57:26 -0700 (Wed, 28 Jul 2010)
New Revision: 7316
Modified:
pcbsd-projects/pbi-manager/pbi-manager
Log:
Updated pbi-manager, only search "lib" dirs by default for shared-file-hashing, speeds up the install process greatly
Modified: pcbsd-projects/pbi-manager/pbi-manager
===================================================================
--- pcbsd-projects/pbi-manager/pbi-manager 2010-07-28 14:00:17 UTC (rev 7315)
+++ pcbsd-projects/pbi-manager/pbi-manager 2010-07-28 14:57:26 UTC (rev 7316)
@@ -494,7 +494,7 @@
PROGVERSION="1.0"
# What dirs do we build hash-lists of
- HASH_SEARCH_DIRS="info include man lib share kde4/include kde4/lib kde4/share"
+ HASH_SEARCH_DIRS="lib kde4/lib"
# What dbus dirs do we parse for setting up services
DBUS_SEARCH_DIRS="share/dbus-1 kde4/share/dbus-1 gnome/share/dbus-1"
More information about the Commits
mailing list