1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/net/penguintv-devel/files/patch-penguintv-utils.py
Edwin Groothuis 74a65b9819 Update to 3.4.
Much faster, better looking.
2008-03-13 22:01:30 +00:00

10 lines
492 B
Python

--- 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"))