From c4be5aecd6fea74f51d84ff0a0691af81df788a3 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 6 Jan 2006 22:05:35 +0000 Subject: [PATCH] - use make install DESTDIR=$RPM_BUILD_ROOT instead of %makeinstall --- totem.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/totem.spec b/totem.spec index 98140d2..5f1dbf4 100644 --- a/totem.spec +++ b/totem.spec @@ -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