From 52e13d1854b09151fae56b0e2f46993163f47965a727b10e245e42b3d75c6a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 6 Dec 2022 09:44:24 +0100 Subject: [PATCH] We don't need magic with git checkout anymore. --- vis.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/vis.spec b/vis.spec index 6d2320f..8ce2f16 100644 --- a/vis.spec +++ b/vis.spec @@ -53,7 +53,6 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti %prep %setup -q -n vis -c -T -( cd %{_sourcedir}/vis && git checkout -f devel ) cp -a %{_sourcedir}/vis/* . cp -a %{_sourcedir}/vis-test/* test/