diff options
Diffstat (limited to 'sci-calculators/gonvert/files/0.2.15-glade.patch')
-rw-r--r-- | sci-calculators/gonvert/files/0.2.15-glade.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-calculators/gonvert/files/0.2.15-glade.patch b/sci-calculators/gonvert/files/0.2.15-glade.patch new file mode 100644 index 000000000000..78e390d37988 --- /dev/null +++ b/sci-calculators/gonvert/files/0.2.15-glade.patch @@ -0,0 +1,12 @@ +diff -Naur gonvert-0.2.15/gonvert gonvert-0.2.15-new/gonvert +--- gonvert-0.2.15/gonvert 2005-12-25 12:55:21.000000000 -0600 ++++ gonvert-0.2.15-new/gonvert 2006-04-05 22:20:26.000000000 -0500 +@@ -730,7 +730,7 @@ + homepath='' + else: + #look for it in the installed directory +- homepath=sys.path[0] + '/../share/gonvert/' ++ homepath='/usr/share/gonvert/' + + gladefile=homepath+'gonvert.glade' + |