Skip to content

Commit

Permalink
Remove erroneous filespec from Fedora packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrate committed Sep 23, 2022
1 parent 621c1d3 commit 171e60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ internal-supplement:
mkdir -p "$(MAN8DIR)"

# this bit would ordinarily be handed by debuild, etc.


cp "othersrc/docs/genie.8" /tmp/genie.8
gzip -f9 "/tmp/genie.8"
install -Dm 0644 -o root "/tmp/genie.8.gz" -t "$(MAN8DIR)"
Expand Down
1 change: 0 additions & 1 deletion genie.spec
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ rm -rf %{buildroot}
%{_exec_prefix}/lib/%{name}/*
%config %{_sysconfdir}/genie.ini
%{_unitdir}/[email protected]/override.conf
%{_exec_prefix}/lib/binfmt.d/WSLInterop.conf
%{_exec_prefix}/lib/tmpfiles.d/wslg.conf
%{_exec_prefix}/lib/systemd/system-environment-generators/80-genie-envar.sh
%{_exec_prefix}/lib/systemd/user-environment-generators/80-genie-envar.sh
Expand Down

0 comments on commit 171e60b

Please sign in to comment.