diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 13:02:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 13:02:56 -0400 |
commit | 1fb680e2214b43024d929760c09dd176983d499a (patch) | |
tree | 0de6c3d936285dbbb197961c53d8fc7ef150a103 /src/grp-udev | |
parent | 30e337e22d0bbf25150d8a795f6e41d17edb2a74 (diff) | |
parent | 719a2130b6cb5535f8368db270649d1a499985bd (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts:
# config.mk.in
Diffstat (limited to 'src/grp-udev')
-rw-r--r-- | src/grp-udev/systemd-udevd/Makefile | 2 | ||||
-rw-r--r-- | src/grp-udev/udevadm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-udev/systemd-udevd/Makefile b/src/grp-udev/systemd-udevd/Makefile index f9ddfa6aad..5bbc548cfe 100644 --- a/src/grp-udev/systemd-udevd/Makefile +++ b/src/grp-udev/systemd-udevd/Makefile @@ -23,7 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -libexec_PROGRAMS += \ +rootlibexec_PROGRAMS += \ systemd-udevd systemd_udevd_SOURCES = \ diff --git a/src/grp-udev/udevadm/Makefile b/src/grp-udev/udevadm/Makefile index 58a3f8cf72..e3c5ed351f 100644 --- a/src/grp-udev/udevadm/Makefile +++ b/src/grp-udev/udevadm/Makefile @@ -23,7 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -bin_PROGRAMS += \ +rootbin_PROGRAMS += \ udevadm udevadm_SOURCES = \ |