commit | f31db38650b1d1c6d5a66ea4a397f3def9c734e0 | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Tue Nov 24 15:32:33 2015 -0600 |
committer | Chris Austen <austenc@us.ibm.com> | Tue Nov 24 15:32:33 2015 -0600 |
tree | fa78c7969fc851da2ffcf9b3789e1a370121ef77 | |
parent | 7c4698a9689fa2da4b748a747362905cc613002b [diff] |
Makefile not running install correctly
diff --git a/Makefile b/Makefile index 07bbf5a..dc66a77 100644 --- a/Makefile +++ b/Makefile
@@ -66,7 +66,7 @@ ) $(if $(LIBS),\ install -m 0755 -d $(DESTDIR)$(LIBDIR)/host-ipmid && \ - install -m 0755 $(HOST_LIBS) $(DESTDIR)$(LIBDIR)/host-ipmid \ + install -m 0755 $(HOST_LIBS) $(DESTDIR)$(LIBDIR)/host-ipmid && \ install -m 0755 $(LIBS) $(DESTDIR)$(LIBDIR) \ )