diff --git a/src/confd/bin/Makefile.am b/src/confd/bin/Makefile.am index 86f549cd..b3bf9ec4 100644 --- a/src/confd/bin/Makefile.am +++ b/src/confd/bin/Makefile.am @@ -1,2 +1,3 @@ -pkglibexec_SCRIPTS = bootstrap error load gen-service \ - gen-hostkeys gen-admin-auth gen-hostname gen-interfaces gen-motd gen-hardware +pkglibexec_SCRIPTS = bootstrap error load gen-service gen-hostkeys gen-admin-auth \ + gen-hostname gen-interfaces gen-motd gen-hardware +sbin_SCRIPTS = dagger diff --git a/board/common/rootfs/sbin/dagger b/src/confd/bin/dagger similarity index 100% rename from board/common/rootfs/sbin/dagger rename to src/confd/bin/dagger