summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2016-03-29 08:24:52 +0200
committerMarian Csontos <mcsontos@redhat.com>2016-03-29 08:24:52 +0200
commitbc0372cf9d0f7537c537b46b20703db21bc4a165 (patch)
tree6f411199a66a6fa9ad35ffdfd224daa0d3394cfb
parentd6e8f18e4d97ec8dc7ee5af98df10dffbcb25848 (diff)
downloadlvm2-bc0372cf9d0f7537c537b46b20703db21bc4a165.tar.gz
test: Add missing directory
Fix commit bb93a28bc1
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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