From 29b45cc2eb71f29bb3ab1eef1d3be5a0ec5928fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 9 Jun 2021 11:14:39 +0000 Subject: [PATCH] Minor style nitpicks --- python-docutils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-docutils.spec b/python-docutils.spec index 2f3ae6d..5800ec6 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -55,8 +55,8 @@ rm -f licenses/docutils.conf %pyproject_install %pyproject_save_files docutils -for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` +for file in %{buildroot}%{_bindir}/*.py; do + mv $file $(dirname $file)/$(basename $file .py) done