Commit 71e76c35 authored by Vitaly Lipatov's avatar Vitaly Lipatov

spec: fix replacing in subst_namever

parent a3d25a49
...@@ -133,8 +133,8 @@ subst_namever() ...@@ -133,8 +133,8 @@ subst_namever()
{ {
sed -e "s|%{name}|$BASENAME|g sed -e "s|%{name}|$BASENAME|g
s|%{version}|$VERSION|g s|%{version}|$VERSION|g
s|%name|$BASENAME/|g s|%name|$BASENAME|g
s|%version|$VERSION/|g" s|%version|$VERSION|g"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment