mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
fixing the running of gst-register for the core package. No registry handling is not done automatically, not for the ...
Original commit message from CVS: fixing the running of gst-register for the core package. No registry handling is not done automatically, not for the system reg. at least
This commit is contained in:
parent
daa9517e02
commit
dae610df62
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
# registry handling is now done automatically
|
||||
# %{_prefix}/bin/gst-register --gst-mask=0
|
||||
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
|
||||
|
||||
%post devel
|
||||
# adding devhelp links to work around different base not working
|
||||
|
|
Loading…
Reference in a new issue