From e9ca74667fa151cd3df3d9892f1a7daec9f30379 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Tue, 25 Jul 2000 14:44:33 +0000 Subject: make relative symlinks rather than absolute path symlinks. Again to help 2000-07-25 James Henstridge * Makefile.am, gconf/Makefile.am: make relative symlinks rather than absolute path symlinks. Again to help packagers. * configure.in (GCONF_CONFIG_SOURCE): don't use EXPANDED_SYSCONFDIR hack. Instead just escape the dollar sign in ${sysconfdir}. This fixes build root installs used when building packages. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 19e2404d..d566475a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ all-local: install-exec-local: $(INSTALL_SCRIPT) gconf-config $(bindir)/gconf-config-$(MAJOR_VERSION) - $(LN_S) -f $(bindir)/gconf-config-$(MAJOR_VERSION) $(bindir)/gconf-config + (cd $(bindir) && $(LN_S) -f gconf-config-$(MAJOR_VERSION) gconf-config) echo "**** NOTE ****" && \ echo $(WARNING_MESSAGE) && \ echo "**************" -- cgit v1.2.1