Skip to content

Commit

Permalink
update: install from src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca authored Aug 16, 2023
1 parent 6604032 commit f43755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmta.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A script that helps you find out how much time would take you to watch an anime.
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -p -m 755 hmta.py %{buildroot}%{_bindir}/hmta
install -p -m 755 src/hmta.py %{buildroot}%{_bindir}/hmta

%files
%{_bindir}/hmta
Expand Down

0 comments on commit f43755c

Please sign in to comment.