diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-14 18:00:36 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-14 18:00:36 +0000 |
commit | 02b6109a523fdf2236788628447186682a9adf1b (patch) | |
tree | 16a0c1b5c501adf140d2aa5e098a5c9401c31e24 /data | |
parent | 7e7fa1765dc095f441d7290f50c5a773ba531b02 (diff) | |
download | ayatana-indicator-sound-02b6109a523fdf2236788628447186682a9adf1b.tar.gz ayatana-indicator-sound-02b6109a523fdf2236788628447186682a9adf1b.tar.bz2 ayatana-indicator-sound-02b6109a523fdf2236788628447186682a9adf1b.zip |
fixed annoying autofoo issues
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6f2ac61..f33b470 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,7 @@ dbus_servicesdir = $(DBUSSERVICEDIR) dbus_services_DATA = indicator-sound.service %.service: %.service.in - sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ EXTRA_DIST = \ $(gsettings_SCHEMAS) \ |