diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 22:39:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 22:39:39 -0600 |
commit | 76ab6be0d02f82a95528e0d95ca2c80f85ecd39b (patch) | |
tree | ab4ae66320c1e2e8204af67f75fc751d2ebe1bc3 /data/upstart | |
parent | 8741f59aa09687eb3f49399afe513e7664e08774 (diff) | |
download | ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.tar.gz ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.tar.bz2 ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.zip |
Switch to pkglibexecdir
Diffstat (limited to 'data/upstart')
-rw-r--r-- | data/upstart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |