Fix srcdir != builddir issue when installing schemeas
Since we aren't (currently) generating our GConf schemas by merging in .po files, the schemas file is in sourcedir not builddir.
This commit is contained in:
@ -9,7 +9,7 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@
|
|||||||
schema_DATA = gnome-shell.schemas
|
schema_DATA = gnome-shell.schemas
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$(schema_DATA)
|
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(schema_DATA)
|
$(schema_DATA)
|
||||||
|
Reference in New Issue
Block a user