From 74a65b98196bd2b9a00c44630e8357ec0e91a288 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 13 Mar 2008 22:01:30 +0000 Subject: Update to 3.4. Much faster, better looking. --- net/penguintv-devel/files/patch-penguintv-utils.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/penguintv-devel/files/patch-penguintv-utils.py (limited to 'net/penguintv-devel/files/patch-penguintv-utils.py') diff --git a/net/penguintv-devel/files/patch-penguintv-utils.py b/net/penguintv-devel/files/patch-penguintv-utils.py new file mode 100644 index 000000000000..33a7177a9af4 --- /dev/null +++ b/net/penguintv-devel/files/patch-penguintv-utils.py @@ -0,0 +1,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")) -- cgit v1.2.3