Use -stable as directory for stable builds
This commit is contained in:
parent
f6bd88e9da
commit
e66d2c2063
@ -115,7 +115,7 @@ for i,path in ipairs(directories) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dpdk-%{version}
|
%setup -q -n dpdk%(awk -F. '{ if (NF > 2) print "-stable" }' <<<%{version})-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$(echo %{optflags} -fcommon)" \
|
CFLAGS="$(echo %{optflags} -fcommon)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user