From 76ab6be0d02f82a95528e0d95ca2c80f85ecd39b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:39:39 -0600 Subject: Switch to pkglibexecdir --- data/upstart/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/upstart/Makefile.am') diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am index 3cf55624..c0b6a2eb 100644 --- a/data/upstart/Makefile.am +++ b/data/upstart/Makefile.am @@ -6,7 +6,7 @@ xdg_autostartdir = $(datadir)/upstart/xdg/autostart xdg_autostart_DATA = indicator-keyboard.desktop %.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ EXTRA_DIST = indicator-keyboard.desktop.in -- cgit v1.2.3