[aarch64] Specify pcdir with use of libdir. Contributes to JB#49681

This commit is contained in:
Niels Breet
2020-05-25 13:42:09 +00:00
committed by spiiroin
parent a50532c2d7
commit 2f21adad01
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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/