Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
build: Install D-Bus config file in $(sysconfdir)
Browse files Browse the repository at this point in the history
Rather than hard-coding /etc
  • Loading branch information
hadess committed May 22, 2015
1 parent 853371b commit 3eb4ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ systemdservice_DATA = iio-sensor-proxy.service
iio-sensor-proxy.service: iio-sensor-proxy.service.in Makefile
$(AM_V_GEN) $(SED) -e "s|\@sbindir\@|$(sbindir)|" $< > $@

dbus_confdir = /etc/dbus-1/system.d
dbus_conf_DATA = net.hadess.SensorProxy.conf
dbusconfdir = $(sysconfdir)/dbus-1/system.d
dbusconf_DATA = net.hadess.SensorProxy.conf

CLEANFILES = iio-sensor-proxy.service
EXTRA_DIST = $(udevrules_DATA) $(dbus_conf_DATA) $(systemdservice_in_files)
EXTRA_DIST = $(udevrules_DATA) $(dbusconf_DATA) $(systemdservice_in_files)

0 comments on commit 3eb4ecc

Please sign in to comment.