[PC-BSD Commits] r7580 - pcbsd/current/src-qt4/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 16 15:48:07 PDT 2010
Author: kris
Date: 2010-09-16 15:48:07 -0700 (Thu, 16 Sep 2010)
New Revision: 7580
Modified:
pcbsd/current/src-qt4/pbi-manager/pbi-manager
Log:
Also use share/ as a hash-search dir, to many non-unique files located there we shouldn't ignore
Modified: pcbsd/current/src-qt4/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-qt4/pbi-manager/pbi-manager 2010-09-16 21:02:30 UTC (rev 7579)
+++ pcbsd/current/src-qt4/pbi-manager/pbi-manager 2010-09-16 22:48:07 UTC (rev 7580)
@@ -626,7 +626,7 @@
PROGVERSION="1.0"
# What dirs do we build hash-lists of
- HASH_SEARCH_DIRS="lib kde4/lib"
+ HASH_SEARCH_DIRS="lib kde4/lib share"
# 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