We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55e05a commit 13c342cCopy full SHA for 13c342c
setup.py
@@ -30,10 +30,10 @@
30
31
if os.path.isdir("/".join([sys.prefix, "etc/init.d"])):
32
_data = [('etc/init.d', ['rc.d/iocage']),
33
- ('share/man/man8', ['iocage.8.gz'])]
+ ('share/man/man8', ['iocage.8'])]
34
else:
35
_data = [('etc/rc.d', ['rc.d/iocage']),
36
37
38
if os.path.isdir("/".join([sys.prefix, "share/zsh/site-functions/"])):
39
_data.append(('share/zsh/site-functions', ['zsh-completion/_iocage']))
0 commit comments