diff options
Diffstat (limited to 'x11/gnomecore/files/patch-ap')
-rw-r--r-- | x11/gnomecore/files/patch-ap | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/x11/gnomecore/files/patch-ap b/x11/gnomecore/files/patch-ap index a1e81ad131bd..09b57026b387 100644 --- a/x11/gnomecore/files/patch-ap +++ b/x11/gnomecore/files/patch-ap @@ -1,23 +1,7 @@ ---- gsm/Makefile.in.orig Tue May 23 04:24:59 2000 -+++ gsm/Makefile.in Fri May 26 15:28:56 2000 -@@ -141,9 +141,9 @@ - - SUBDIRS = help +--- gsm/Makefile.in.orig Tue Aug 1 23:56:19 2000 ++++ gsm/Makefile.in Tue Aug 1 23:59:25 2000 +@@ -143,3 +143,3 @@ -defaultdir = $(datadir)/gnome +defaultdir = $(datadir) --INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -I$(top_srcdir)/intl -I$(top_builddir)/intl -DGNOMELOCALEDIR=\""$(datadir)/locale\"" -DDEFAULTDIR="\"$(defaultdir)\"" -+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -I$(top_srcdir)/intl -I$(top_builddir)/intl -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DDEFAULTDIR="\"$(defaultdir)\"" - - - LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) -@@ -169,7 +169,7 @@ - - default_DATA = default.session default.wm - --desktopdir = $(datadir)/gnome/apps/Settings/Session/ -+desktopdir = $(datadir)/apps/Settings/Session/ - desktop_DATA = save-session.desktop session.desktop - - man_MANS = gnome-wm.1 save-session.1 default.session.5 gnome-session.1 |