updated man path

This commit is contained in:
dslackw 2014-05-09 23:14:03 +03:00
parent 9aaf96eecb
commit 4666f4f595

View file

@ -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))