]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- fixed missing $RPM_BUILD_ROOT on stripping libraries. ecasound-1_8_0d14-1
authorkloczek <kloczek@pld-linux.org>
Mon, 3 Jul 2000 19:38:34 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound.spec -> 1.8

ecasound.spec

index 598801de9aa188f9636c5d66a96709dfb66b7e0e..a720252f35a7fea0765012c3ecd2e5b1cc037d85 100644 (file)
@@ -173,7 +173,7 @@ export LDFLAGS CXXFLAGS
 rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 
-strip --strip-unneeded %{_libdir}/lib*.so.*.*
+strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/*/*
 
This page took 0.074641 seconds and 4 git commands to generate.