diff options
author | Mike Pagano <mpagano@gentoo.org> | 2006-06-20 14:25:59 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2006-06-20 14:25:59 +0000 |
commit | e548a051dbc213609394d72c9bfd6f5f0827fa0f (patch) | |
tree | 8e1225523f894b8bf2c251b2ba97be53479c7674 /net-im/cjc/files/cjc-1.0.0-path-fix.patch | |
parent | media-video/dvd-slideshow-0.7.5 - version bump, needed for media-video/mandvd (diff) | |
download | sunrise-e548a051dbc213609394d72c9bfd6f5f0827fa0f.tar.gz sunrise-e548a051dbc213609394d72c9bfd6f5f0827fa0f.tar.bz2 sunrise-e548a051dbc213609394d72c9bfd6f5f0827fa0f.zip |
New cjc Ebuild for bug 134551, reviewed by genstef
svn path=/sunrise/; revision=152
Diffstat (limited to 'net-im/cjc/files/cjc-1.0.0-path-fix.patch')
-rw-r--r-- | net-im/cjc/files/cjc-1.0.0-path-fix.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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 index 000000000..b251c99c6 --- /dev/null +++ b/net-im/cjc/files/cjc-1.0.0-path-fix.patch @@ -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) |