diff options
-rw-r--r-- | mageiasync.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mageiasync.spec b/mageiasync.spec index c2eeb2e..5a5c84b 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -49,7 +49,7 @@ A frontend to rsync for Mageia usage. #%{__python3} setup.py build #popd -%{__python3} setup.py build +%{__python} setup.py build %install #pushd %{py3dir} |