diff options
Diffstat (limited to 'misc/gonvert/files/patch-gonvert')
-rw-r--r-- | misc/gonvert/files/patch-gonvert | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/gonvert/files/patch-gonvert b/misc/gonvert/files/patch-gonvert new file mode 100644 index 000000000000..5d4c3260f449 --- /dev/null +++ b/misc/gonvert/files/patch-gonvert @@ -0,0 +1,17 @@ +--- gonvert.orig Mon Jan 26 02:22:42 2004 ++++ gonvert Mon Jan 26 13:22:52 2004 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/env python + # -*- coding: UTF8 -*- + version = "0.1.7" # keep version information here since Makefile needs it + +@@ -655,7 +655,7 @@ + homepath='' + else: + #look for it in the installed directory +- homepath=sys.path[0] + '/../lib/gonvert-'+version + "/" ++ homepath=sys.path[0] + '/../share/gonvert' "/" + + gladefile=homepath+'gonvert.glade' + |