[gbinder-radio] Respect arch specific lib dir. JB#49681

This commit is contained in:
Slava Monich
2020-06-02 20:26:33 +03:00
parent 7e4b839fc6
commit 94d469380e
9 changed files with 39 additions and 25 deletions

View File

@@ -31,11 +31,11 @@ This package contains the development library for %{name}.
%setup -q
%build
make KEEP_SYMBOLS=1 release pkgconfig
make LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig
%install
rm -rf %{buildroot}
make install-dev DESTDIR=%{buildroot}
make LIBDIR=%{_libdir} DESTDIR=%{buildroot} install-dev
%post -p /sbin/ldconfig