summaryrefslogtreecommitdiff
path: root/net/penguintv-devel/files/patch-penguintv-utils.py
blob: 33a7177a9af4dda6edfd62f622b67e32a76968ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- penguintv/utils.py.orig	2008-03-13 21:59:27.000000000 +0000
+++ penguintv/utils.py	2008-03-13 22:00:06.000000000 +0000
@@ -186,6 +186,7 @@
 		  os.path.join(os.path.split(os.path.abspath(sys.argv[0]))[0],"share"),
 		  os.path.join(GetPrefix(),"share","sugar","activities","ptv","share"),
 		  os.path.join(os.path.split(os.path.split(utils.__file__)[0])[0],'share'),
+		  "/usr/local/share/penguintv",
 		  "/usr/share/penguintv"):
 		try:
 			os.stat(os.path.join(p,"penguintv.glade"))