fix(spec): use cp -al instead of cp -a in %prep for copying source code
This commit is contained in:
parent
11aa8b2d55
commit
d7ad13ec2f
2
vis.spec
2
vis.spec
@ -63,7 +63,7 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti
|
||||
%prep
|
||||
%setup -q -n vis -c -T
|
||||
|
||||
cp -a %{_sourcedir}/vis/* .
|
||||
cp -al %{_sourcedir}/vis/* .
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -fcommon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user