1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/misc/bigboard/files/patch-bigboard-libbig-__init__.py
Martin Wilke 11c1aaa77f The Big Board sidebar is an experimental panel for the GNOME Desktop,
designed to integrate with Online Desktop and Mugshot

WWW:	http://live.gnome.org/OnlineDesktop/Sidebar

PR:		ports/124196
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-06-03 08:08:55 +00:00

12 lines
365 B
Python

--- bigboard/libbig/__init__.py 2008-03-25 20:09:55.000000000 +0530
+++ bigboard/libbig/__init__.py.new 2008-05-28 12:49:50.000000000 +0530
@@ -21,7 +21,7 @@
def get_xdg_datadirs():
result = []
- default = '/usr/share'
+ default = '%%LOCALBASE%%/share'
try:
for x in os.environ['XDG_DATA_DIRS'].split(':'):
result.append(x)