Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION)
2003-04-28 Rodney Dawes <dobey@ximian.com> * data/cde_app_root/: Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION) for the cde stuff svn path=/trunk/; revision=20992
This commit is contained in:

committed by
Rodney Dawes

parent
432b014a9f
commit
67074d45c7
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-28 Rodney Dawes <dobey@ximian.com>
|
||||||
|
|
||||||
|
* data/cde_app_root/: Use $(privdatadir) instead of
|
||||||
|
$(prefix)/share/evolution-$(BASE_VERSION) for the cde stuff
|
||||||
|
|
||||||
2003-04-21 Rodney Dawes <dobey@ximian.com>
|
2003-04-21 Rodney Dawes <dobey@ximian.com>
|
||||||
|
|
||||||
* configure.in: Fix KDE_APPLNK_DIR to not install to a diff prefix,
|
* configure.in: Fix KDE_APPLNK_DIR to not install to a diff prefix,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
EXTRA_DIST = Evolution
|
EXTRA_DIST = Evolution
|
||||||
|
|
||||||
if HAVE_DTAPPINTEGRATE
|
if HAVE_DTAPPINTEGRATE
|
||||||
cdeappmanagerdir = $(prefix)/share/evolution-$(BASE_VERSION)/cde_app_root/dt/appconfig/appmanager/C/Ximian
|
cdeappmanagerdir = $(privdatadir)/cde_app_root/dt/appconfig/appmanager/C/Ximian
|
||||||
cdeappmanager_SCRIPTS = Evolution
|
cdeappmanager_SCRIPTS = Evolution
|
||||||
endif
|
endif
|
||||||
|
@ -9,7 +9,7 @@ ICONS = \
|
|||||||
EXTRA_DIST = $(ICONS)
|
EXTRA_DIST = $(ICONS)
|
||||||
|
|
||||||
if HAVE_DTAPPINTEGRATE
|
if HAVE_DTAPPINTEGRATE
|
||||||
cdeiconsdir = $(prefix)/share/evolution-$(BASE_VERSION)/cde_app_root/dt/appconfig/icons/C
|
cdeiconsdir = $(privdatadir)/cde_app_root/dt/appconfig/icons/C
|
||||||
cdeicons_DATA = $(ICONS)
|
cdeicons_DATA = $(ICONS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
EXTRA_DIST = Ximian.dt.in
|
EXTRA_DIST = Ximian.dt.in
|
||||||
|
|
||||||
if HAVE_DTAPPINTEGRATE
|
if HAVE_DTAPPINTEGRATE
|
||||||
cdetypesdir = $(prefix)/share/evolution-$(BASE_VERSION)/cde_app_root/dt/appconfig/types/C
|
cdetypesdir = $(privdatadir)/cde_app_root/dt/appconfig/types/C
|
||||||
cdetypes_DATA = Ximian.dt
|
cdetypes_DATA = Ximian.dt
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user