14 lines
606 B
Diff
14 lines
606 B
Diff
|
Index: anjuta-2.2.1/plugins/symbol-browser/an_symbol_prefs.c
|
||
|
===================================================================
|
||
|
--- anjuta-2.2.1.orig/plugins/symbol-browser/an_symbol_prefs.c
|
||
|
+++ anjuta-2.2.1/plugins/symbol-browser/an_symbol_prefs.c
|
||
|
@@ -485,7 +485,7 @@ on_create_tags_clicked (GtkButton *widge
|
||
|
/* Execute anjuta-tags to create tags for the given files */
|
||
|
if ((pid = fork()) == 0)
|
||
|
{
|
||
|
- execvp (g_build_filename (PACKAGE_DATA_DIR, "scripts",
|
||
|
+ execvp (g_build_filename ("/usr/bin", "/",
|
||
|
"anjuta-tags", NULL), argv);
|
||
|
perror ("Could not execute anjuta-tags");
|
||
|
}
|