Skip to content

Commit

Permalink
Fix pkg-config install path, permissions (jordansissel#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xx committed Aug 2, 2021
1 parent 6398e70 commit ed10a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INSTALLBIN?=$(PREFIX)/bin
INSTALLLIB?=$(PREFIX)/lib
INSTALLMAN?=$(PREFIX)/man
INSTALLINCLUDE?=$(PREFIX)/include
INSTALLPC?=$(PREFIX)/lib/pkgconfig
INSTALLPC?=$(INSTALLLIB)/pkgconfig
LDCONFIG?=ldconfig

DPREFIX=$(DESTDIR)$(PREFIX)
Expand Down Expand Up @@ -105,7 +105,7 @@ installheader: xdo.h
.PHONY: installpc
installpc: libxdo.pc
install -d $(DINSTALLPC)
install libxdo.pc $(DINSTALLPC)/libxdo.pc
install -m 0644 libxdo.pc $(DINSTALLPC)/libxdo.pc

.PHONY: installman
installman: xdotool.1
Expand Down

0 comments on commit ed10a77

Please sign in to comment.