[lvm-devel] master - test: Add missing directory

Marian Csontos mcsontos at fedoraproject.org
Tue Mar 29 06:26:17 UTC 2016


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=bc0372cf9d0f7537c537b46b20703db21bc4a165
Commit:        bc0372cf9d0f7537c537b46b20703db21bc4a165
Parent:        d6e8f18e4d97ec8dc7ee5af98df10dffbcb25848
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Tue Mar 29 08:24:52 2016 +0200
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Tue Mar 29 08:24:52 2016 +0200

test: Add missing directory

Fix commit bb93a28bc1
---
 test/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index ded155d..d4c6b95 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




More information about the lvm-devel mailing list