Merge branch 'jb49681' into 'master'
[aarch64] Specify pcdir with use of libdir. Contributes to JB#49681 See merge request mer-core/mce-dev!14
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user