forked from pool/libsepol
Accepting request 647268 from home:jengelh:branches:security:SELinux
we can use %make_install OBS-URL: https://build.opensuse.org/request/show/647268 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=66
This commit is contained in:
parent
5882687357
commit
a8a11e9d1c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 09:34:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use more %make_install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 07:19:24 UTC 2018 - jsegitz@suse.com
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -92,7 +92,7 @@ export CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}" install
|
||||
%make_install LIBDIR="%{_libdir}" SHLIBDIR="/%{_lib}"
|
||||
|
||||
%post -n libsepol1 -p /sbin/ldconfig
|
||||
%postun -n libsepol1 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user