diff options
-rw-r--r-- | filesorter.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesorter.spec b/filesorter.spec index 9eda4ec..c3b3d45 100644 --- a/filesorter.spec +++ b/filesorter.spec @@ -40,7 +40,7 @@ Summary: %{summary} %install # Simple Python pkg, copy the script mkdir -p %{buildroot}%{python3_sitelib}/filesorter/ -cp %{SOURCE0} %{buildroot}%{python3_sitelib}/filesorter/xxx.py +cp %{SOURCE0} %{buildroot}%{python3_sitelib}/filesorter/filesorter.py %check %{pytest} |