diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:04 -0400 |
commit | e6340af0662d276ec53daccfec5fabeea0982169 (patch) | |
tree | 0fa3d0ef8009428c7fd9f1a742c01269b87d8c30 /src/coredump/Makefile | |
parent | 801404b19096c117c69c633d46feae35d360d306 (diff) | |
parent | a83cdb3b2bb21f4e30545ae9ca60f627dfb00c3b (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts:
# build-aux/Makefile.each.tail/20-systemd.mk
Diffstat (limited to 'src/coredump/Makefile')
-rw-r--r-- | src/coredump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coredump/Makefile b/src/coredump/Makefile index 8a4892595b..ac65ba0730 100644 --- a/src/coredump/Makefile +++ b/src/coredump/Makefile @@ -50,7 +50,7 @@ dist_systemunit_DATA += \ SOCKETS_TARGET_WANTS += \ systemd-coredump.socket -rootlibexec_PROGRAMS += \ +libexec_PROGRAMS += \ systemd-coredump dist_pkgsysconf_DATA += \ |