1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

fix makefile

This commit is contained in:
Alasdair Kergon 2006-04-19 17:24:00 +00:00
parent a0e9de70a7
commit 126a5696f2

View File

@ -56,8 +56,8 @@ install_dynamic: libdevmapper-event.$(LIB_SUFFIX)
$(libdir)/libdevmapper-event.$(LIB_SUFFIX)
install_pkgconfig:
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 devmapper-event.pc \
$(usrlibdir)/pkgconfig/libdevmapper-event.pc
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 libdevmapper-event.pc \
$(usrlibdir)/pkgconfig/devmapper-event.pc
install_static: libdevmapper-event.a
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \