]> Pileus Git - ~andy/sunrise/blobdiff - net-im/cjc/files/cjc-1.0.0-path-fix.patch
New cjc Ebuild for bug 134551, reviewed by genstef
[~andy/sunrise] / net-im / cjc / files / cjc-1.0.0-path-fix.patch
diff --git a/net-im/cjc/files/cjc-1.0.0-path-fix.patch b/net-im/cjc/files/cjc-1.0.0-path-fix.patch
new file mode 100644 (file)
index 0000000..b251c99
--- /dev/null
@@ -0,0 +1,9 @@
+--- cjc.in.orig        2006-06-03 11:48:11.000000000 -0400
++++ cjc.in     2006-06-03 11:50:12.000000000 -0400
+@@ -10,5 +10,6 @@
+ import sys
+ sys.path.insert(0,base_dir)
++sys.path.insert (0, "/usr/lib/python2.4/site-packages")
+ from cjc import main
+ main.main(base_dir)