mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
updated man path
This commit is contained in:
parent
9aaf96eecb
commit
4666f4f595
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -34,4 +34,4 @@ if 'install' in sys.argv:
|
|||
print("Installing man pages")
|
||||
man_page = "man/slpkg.8"
|
||||
shutil.copy2(man_page, man_path)
|
||||
os.chmod(man_path + 'slpkg.8.gz', int('444', 8))
|
||||
os.chmod(man_path, int('444', 8))
|
||||
|
|
Loading…
Reference in a new issue