summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-29 22:26:25 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-29 22:26:25 -0500
commit004efebf9cc559ea131bb9460ee0ee198e2d5da7 (patch)
tree52fed781260aec8b6169038595bd827d2236a2db /src
parenta17c888be95c4e12d5c89565e91f63bb0a77d3b3 (diff)
parentaa9581bdbe41131d0c990b0296e9c0b48977d2df (diff)
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'src')
-rw-r--r--src/grp-udev/Makefile4
-rw-r--r--src/grp-udev/systemd-udevd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-udev/Makefile b/src/grp-udev/Makefile
index ac635bfdba..79a4dc59ea 100644
--- a/src/grp-udev/Makefile
+++ b/src/grp-udev/Makefile
@@ -46,10 +46,6 @@ dist_udevrules_DATA += \
nodist_udevrules_DATA += \
rules/99-systemd.rules
-udevconfdir = $(sysconfdir)/udev
-dist_udevconf_DATA = \
- src/udev/udev.conf
-
pkgconfigdata_DATA += \
src/udev/udev.pc
diff --git a/src/grp-udev/systemd-udevd/Makefile b/src/grp-udev/systemd-udevd/Makefile
index d32486f2c8..fce845e78e 100644
--- a/src/grp-udev/systemd-udevd/Makefile
+++ b/src/grp-udev/systemd-udevd/Makefile
@@ -23,6 +23,10 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
+udevconfdir = $(sysconfdir)/udev
+dist_udevconf_DATA = \
+ src/udev/udev.conf
+
rootlibexec_PROGRAMS += \
systemd-udevd