Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 292856
Collapse All | Expand All

(-)gmrun-0.9.2_orig/config/Makefile.in (-1 / +1 lines)
Lines 77-83 Link Here
77
STLPORT_LIBDIR = @STLPORT_LIBDIR@
77
STLPORT_LIBDIR = @STLPORT_LIBDIR@
78
VERSION = @VERSION@
78
VERSION = @VERSION@
79
79
80
myrcdir = @PACKAGE_DATA_DIR@
80
myrcdir = $(sysconfdir)
81
myrc_DATA = gmrunrc
81
myrc_DATA = gmrunrc
82
82
83
EXTRA_DIST = gmrunrc
83
EXTRA_DIST = gmrunrc
(-)gmrun-0.9.2_orig/src/Makefile.in (-1 / +1 lines)
Lines 93-99 Link Here
93
93
94
94
95
DEFS = @DEFS@ -I. -I$(srcdir) -I..
95
DEFS = @DEFS@ -I. -I$(srcdir) -I..
96
CPPFLAGS = @CPPFLAGS@
96
CPPFLAGS = -DPACKAGE_DATA_DIR='"$(datadir)/$(PACKAGE)"' -DPACKAGE_SYSCONF_DIR='"$(sysconfdir)"' @CPPFLAGS@
97
LDFLAGS = @LDFLAGS@
97
LDFLAGS = @LDFLAGS@
98
LIBS = @LIBS@
98
LIBS = @LIBS@
99
gmrun_OBJECTS =  gtkcompletionline.o history.o main.o prefs.o
99
gmrun_OBJECTS =  gtkcompletionline.o history.o main.o prefs.o
(-)gmrun-0.9.2_orig/src/prefs.cc (-1 / +1 lines)
Lines 30-36 Link Here
30
31
31
Prefs::Prefs()
32
Prefs::Prefs()
32
{
33
{
33
  string file_name = PACKAGE_DATA_DIR"/";
34
  string file_name = PACKAGE_SYSCONF_DIR"/";
34
  file_name += GMRUNRC;
35
  file_name += GMRUNRC;
35
  init(file_name);
36
  init(file_name);
36
37
(-)gmrun-0.9.2_orig/config.h.in (-1 lines)
Lines 10-16 Link Here
10
#undef HAVE_STPCPY
10
#undef HAVE_STPCPY
11
#undef HAVE_LIBSM
11
#undef HAVE_LIBSM
12
#undef PACKAGE_LOCALE_DIR
12
#undef PACKAGE_LOCALE_DIR
13
#undef PACKAGE_DATA_DIR
14
#undef PACKAGE_SOURCE_DIR
13
#undef PACKAGE_SOURCE_DIR
15
14
16
/* Define if you have the <dirent.h> header file.  */
15
/* Define if you have the <dirent.h> header file.  */

Return to bug 292856