]> git.pld-linux.org Git - packages/gocr.git/blame - gocr-paths.patch
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/gocr.git] / gocr-paths.patch
CommitLineData
fee7db01 1--- gocr-0.3.6/frontend/gnome/src/functions.c~ Sun May 12 14:36:29 2002
2+++ gocr-0.3.6/frontend/gnome/src/functions.c Sun May 12 14:36:29 2002
8f2e67e3
JB
3@@ -209,7 +209,7 @@
4 "DUST=%d\n"
5 "SPACE=%d\n"
6 "VIEWER=%s\n"
7- "PATH=/usr/local/bin/gocr\n",
8+ "PATH=/usr/bin/gocr\n",
9 nGrey,
10 nDust,
11 nSpace,
12@@ -334,8 +334,8 @@
13 gtk_widget_show ( GTK_WIDGET (label));
14 if ( Path == NULL)
15 {
16- Path = g_malloc(strlen("/usr/local/bin/gocr\0"+1));
17- sprintf(Path,"/usr/local/bin/gocr");
18+ Path = g_malloc(strlen("/usr/bin/gocr\0"+1));
19+ sprintf(Path,"/usr/bin/gocr");
20 }
21
22 TxtPath=gtk_entry_new();
This page took 0.023638 seconds and 4 git commands to generate.