aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-08-17 12:12:18 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-08-17 12:12:18 +0000
commita75d232230b6114f83479dcb184c6efa33a90e83 (patch)
tree21cd30b2249052f302505757a5a116616327691d /net
parentea456fd39aa968981b044a6743172795df566125 (diff)
downloadports-a75d232230b6114f83479dcb184c6efa33a90e83.tar.gz
ports-a75d232230b6114f83479dcb184c6efa33a90e83.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/penguintv/files/patch-penguintv-utils.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/penguintv/files/patch-penguintv-utils.py b/net/penguintv/files/patch-penguintv-utils.py
new file mode 100644
index 000000000000..33a7177a9af4
--- /dev/null
+++ b/net/penguintv/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"))