diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-01-11 14:07:31 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-01-11 14:07:31 +1300 |
commit | 9107c6448276f5d6b56140b91d8ab4e191c7c0f6 (patch) | |
tree | 17930255cb8068951559e8a57cdfec8701e2b986 /data | |
parent | 29eaa61699c9c5b217d2170586b301c54f034bdf (diff) | |
download | ayatana-indicator-bluetooth-9107c6448276f5d6b56140b91d8ab4e191c7c0f6.tar.gz ayatana-indicator-bluetooth-9107c6448276f5d6b56140b91d8ab4e191c7c0f6.tar.bz2 ayatana-indicator-bluetooth-9107c6448276f5d6b56140b91d8ab4e191c7c0f6.zip |
Fix indicator-bluetooth.service file having wrong library directory
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index c96ea3f..a279245 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,9 +1,10 @@ dbus_servicesdir = $(DBUSSERVICEDIR) -dist_dbus_services_DATA = indicator-bluetooth.service +dbus_services_DATA = indicator-bluetooth.service %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ +EXTRA_DIST = indicator-bluetooth.service.in + CLEANFILES = \ $(dbus_services_DATA) -
\ No newline at end of file |