diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:17:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:28:18 +0200 |
commit | d5277646dbe9a88d32c42187c9c3701a7c57a469 (patch) | |
tree | 21f8115516693217895e0242afb990ef28c14013 /data/upstart/Makefile.am | |
parent | bca2db6d064187ecfa2bd9668a88b1b745683e1d (diff) | |
download | ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.gz ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.bz2 ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.zip |
Fork from Ubuntu's indicator-keyboard.
Diffstat (limited to 'data/upstart/Makefile.am')
-rw-r--r-- | data/upstart/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am index c0b6a2eb..c762a603 100644 --- a/data/upstart/Makefile.am +++ b/data/upstart/Makefile.am @@ -3,10 +3,10 @@ ########################### xdg_autostartdir = $(datadir)/upstart/xdg/autostart -xdg_autostart_DATA = indicator-keyboard.desktop +xdg_autostart_DATA = ayatana-indicator-keyboard.desktop %.desktop: %.desktop.in $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ -EXTRA_DIST = indicator-keyboard.desktop.in +EXTRA_DIST = ayatana-indicator-keyboard.desktop.in |