Skip to content

Commit

Permalink
[aarch64] Specify pcdir with use of libdir. Contributes to JB#49681
Browse files Browse the repository at this point in the history
  • Loading branch information
xfade authored and spiiroin committed May 25, 2020
1 parent a50532c commit 2f21ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -31,7 +31,7 @@ distclean:: clean

DESTDIR ?= /tmp/test-mce-dev

PCDIR := /usr/lib/pkgconfig
PCDIR ?= /usr/lib/pkgconfig
INCLUDEDIR := /usr/include/mce

INSTALL_DIR := install -m 755 -d
Expand Down
2 changes: 1 addition & 1 deletion rpm/mce-headers.spec
Expand Up @@ -31,7 +31,7 @@ make doc

%install
rm -rf %{buildroot}
%make_install
make install PCDIR=%{_libdir}/pkgconfig DESTDIR=%{?buildroot}
install -d %{buildroot}/%{_docdir}/mce-doc/html/
install -m 644 doc/html/* %{buildroot}/%{_docdir}/mce-doc/html/

Expand Down

0 comments on commit 2f21ada

Please sign in to comment.