containers / docker-lvm-plugin

Docker volume plugin for LVM volumes
GNU Lesser General Public License v3.0
155 stars 64 forks source link

BINDIR is not created at install #26

Closed kalahari closed 7 years ago

kalahari commented 7 years ago

During make install BINDIR (/usr/libexec/docker) is not created, it did not already exist on CentOS 7 with Docker 1.12.3. This left me with the binary at the path /usr/libexec/docker instead of /usr/libexec/docker/docker-lvm-plugin.

shishir-a412ed commented 7 years ago

Fixed with #27