update comments

This commit is contained in:
Dimitris Zlatanidis 2015-05-14 23:43:36 +03:00
parent 7832930446
commit 117f946284

View file

@ -25,11 +25,9 @@ import os
import sys import sys
import gzip import gzip
import shutil import shutil
from slpkg.md5sum import md5 from slpkg.md5sum import md5
from slpkg.__metadata__ import MetaData as _m from slpkg.__metadata__ import MetaData as _m
try: try:
from setuptools import setup from setuptools import setup
except ImportError: except ImportError:
@ -65,8 +63,7 @@ setup(
long_description=open("README.rst").read() long_description=open("README.rst").read()
) )
# install man page and blacklist configuration # install man page and configuration files
# file if not exists.
if "install" in sys.argv: if "install" in sys.argv:
man_path = "/usr/man/man8/" man_path = "/usr/man/man8/"
if not os.path.exists(man_path): if not os.path.exists(man_path):