fix(spec): use cp -al instead of cp -a in %prep for copying source code

This commit is contained in:
Matej Cepl 2025-02-17 07:54:06 +01:00
parent 11aa8b2d55
commit d7ad13ec2f
Signed by: mcepl
GPG Key ID: 79205802880BC9D8

@ -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"