From c5367da556ce2914dec612b60ba3b19399fe1b83e6024ab6d7bd071e499f15ea Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sun, 17 Oct 2010 13:39:11 +0000 Subject: [PATCH] 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 --- libdc1394.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdc1394.spec b/libdc1394.spec index 1f9ad73..d72c940 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -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 }