aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-02-19 22:39:39 -0600
committerTed Gould <ted@gould.cx>2014-02-19 22:39:39 -0600
commit76ab6be0d02f82a95528e0d95ca2c80f85ecd39b (patch)
treeab4ae66320c1e2e8204af67f75fc751d2ebe1bc3 /data
parent8741f59aa09687eb3f49399afe513e7664e08774 (diff)
downloadayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.tar.gz
ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.tar.bz2
ayatana-indicator-keyboard-76ab6be0d02f82a95528e0d95ca2c80f85ecd39b.zip
Switch to pkglibexecdir
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
-rw-r--r--data/indicator-keyboard.conf.in2
-rw-r--r--data/indicator-keyboard.desktop.in2
-rw-r--r--data/upstart/Makefile.am2
4 files changed, 5 insertions, 5 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 91c94dfb..ae1d9b0f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -47,7 +47,7 @@ upstart_jobsdir = $(datadir)/upstart/sessions/
upstart_jobs_DATA = indicator-keyboard.conf
%.conf: %.conf.in
- $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+ $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
###########################
# XDG Autostart File
@@ -57,7 +57,7 @@ xdg_autostartdir = /etc/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)|" $< > $@
###########################
# Indicator Config
diff --git a/data/indicator-keyboard.conf.in b/data/indicator-keyboard.conf.in
index 0becdf09..737a4830 100644
--- a/data/indicator-keyboard.conf.in
+++ b/data/indicator-keyboard.conf.in
@@ -6,4 +6,4 @@ stop on desktop-end or indicator-services-end
respawn
respawn limit 2 10
-exec @libexecdir@/indicator-keyboard-service --use-gtk
+exec @pkglibexecdir@/indicator-keyboard-service --use-gtk
diff --git a/data/indicator-keyboard.desktop.in b/data/indicator-keyboard.desktop.in
index 9c611160..fc55aa20 100644
--- a/data/indicator-keyboard.desktop.in
+++ b/data/indicator-keyboard.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Indicator Keyboard
-Exec=@libexecdir@/indicator-keyboard-service
+Exec=@pkglibexecdir@/indicator-keyboard-service
OnlyShowIn=Unity;
NoDisplay=true
StartupNotify=false
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