- use make install DESTDIR=$RPM_BUILD_ROOT instead of %makeinstall
This commit is contained in:
parent
9fe0fa3f4b
commit
c4be5aecd6
@ -56,7 +56,8 @@ applications with Totem's plparser library.
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins %configure --enable-gstreamer=0.10 --disable-lirc --disable-vanity --enable-mozilla --disable-nvtv
|
||||
export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
|
||||
%configure --enable-gstreamer=0.10 --disable-lirc --disable-vanity --enable-mozilla --disable-nvtv
|
||||
|
||||
#apparently someone forgot to autogen before disting 0.99.17 :)
|
||||
#perl -pi -e 's/gstvideowidget.h//g' src/Makefile
|
||||
@ -66,7 +67,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||
%makeinstall
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
|
||||
#nor vanity
|
||||
|
||||
Loading…
Reference in New Issue
Block a user