From bc0372cf9d0f7537c537b46b20703db21bc4a165 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 29 Mar 2016 08:24:52 +0200 Subject: [PATCH] test: Add missing directory Fix commit bb93a28bc1 --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index ded155ddf..d4c6b9518 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -201,7 +201,7 @@ LIB_SHARED = check aux inittest utils get lvm-wrapper install: .tests-stamp lib/paths-installed @echo $(srcdir) - $(INSTALL_DIR) $(DATADIR)/{shell,api,lib} $(EXECDIR) + $(INSTALL_DIR) $(DATADIR)/{shell,api,lib,dbus} $(EXECDIR) $(INSTALL_DATA) shell/*.sh $(DATADIR)/shell $(INSTALL_DATA) api/*.sh $(DATADIR)/api $(INSTALL_PROGRAM) api/*.{t,py} $(DATADIR)/api