]> git.pld-linux.org Git - packages/wine.git/commitdiff
- workaround for spec parse error before processing BRs
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Nov 2003 12:23:59 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.146

wine.spec

index 2ac11aeb6ad2a9c56fa8d4555d037f1ec44b5902..17e708260b3546b7d364ea121bdc4382346fdac9 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -93,7 +93,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _winedir                %{_datadir}/%{name}
 
-%define                getsoname()     %(objdump -p %{1} | awk  '/SONAME/ { print $2 }')
+%define                getsoname()     %((objdump -p %{1} 2>/dev/null || echo SONAME ERROR) | awk  '/SONAME/ { print $2 }')
 
 %description
 Wine is a program which allows running Microsoft Windows programs
This page took 0.065841 seconds and 4 git commands to generate.