lz4 expansion of %ldconfig_scriptlets
add the el7 equivalent %post -p /sbin/ldconfig %postun -p /sbin/ldconfig Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>master
parent
2da5ffd41f
commit
d992c420a2
|
|
@ -51,7 +51,9 @@ chmod +x ./configure
|
|||
# Someone thinks that plain Makefiles are good for bigger projects than hello world..
|
||||
%make_install LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
#%ldconfig_scriptlets libs
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license programs/COPYING
|
||||
|
|
|
|||
Loading…
Reference in New Issue