Accepting request 50879 from home:jirislaby:branches:multimedia:libs

Thanks I noticed that when I did the libraw1394 thing

OBS-URL: https://build.opensuse.org/request/show/50879
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdc1394?expand=0&rev=8
This commit is contained in:
Dave Plater 2010-10-17 13:39:11 +00:00 committed by Git OBS Bridge
parent f5acdebe82
commit c5367da556

View File

@ -194,7 +194,7 @@ doit libdc1394-%{libdc1394_version}
%install
doit() {
if pushd "$1" ; then
%{__make} DESTDIR=${RPM_BUILD_ROOT} install-strip
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
popd
fi
}