Skip to content

Commit 13c342c

Browse files
committed
Fix build
Man page was deleted without actually updating setup.py
1 parent c55e05a commit 13c342c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
if os.path.isdir("/".join([sys.prefix, "etc/init.d"])):
3232
_data = [('etc/init.d', ['rc.d/iocage']),
33-
('share/man/man8', ['iocage.8.gz'])]
33+
('share/man/man8', ['iocage.8'])]
3434
else:
3535
_data = [('etc/rc.d', ['rc.d/iocage']),
36-
('share/man/man8', ['iocage.8.gz'])]
36+
('share/man/man8', ['iocage.8'])]
3737

3838
if os.path.isdir("/".join([sys.prefix, "share/zsh/site-functions/"])):
3939
_data.append(('share/zsh/site-functions', ['zsh-completion/_iocage']))

0 commit comments

Comments
 (0)