summaryrefslogtreecommitdiff
path: root/src/systemd-remount-fs
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 13:02:56 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 13:02:56 -0400
commit1fb680e2214b43024d929760c09dd176983d499a (patch)
tree0de6c3d936285dbbb197961c53d8fc7ef150a103 /src/systemd-remount-fs
parent30e337e22d0bbf25150d8a795f6e41d17edb2a74 (diff)
parent719a2130b6cb5535f8368db270649d1a499985bd (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts: # config.mk.in
Diffstat (limited to 'src/systemd-remount-fs')
-rw-r--r--src/systemd-remount-fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-remount-fs/Makefile b/src/systemd-remount-fs/Makefile
index 9ad9586de6..29d110625a 100644
--- a/src/systemd-remount-fs/Makefile
+++ b/src/systemd-remount-fs/Makefile
@@ -23,7 +23,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
-libexec_PROGRAMS += systemd-remount-fs
+rootlibexec_PROGRAMS += systemd-remount-fs
systemd_remount_fs_SOURCES = \
src/remount-fs/remount-fs.c \
src/core/mount-setup.c \