fixed help for openSUSE

This commit is contained in:
Roman Inflianskas 2015-10-09 18:19:39 +03:00
commit 94932060f0

View file

@ -57,6 +57,8 @@ SHARE = BYOBU_PREFIX + '/share/' + PKG
DOC = BYOBU_PREFIX + '/share/doc/' + PKG DOC = BYOBU_PREFIX + '/share/doc/' + PKG
if not os.path.exists(SHARE): if not os.path.exists(SHARE):
SHARE = BYOBU_CONFIG_DIR + "/" + SHARE SHARE = BYOBU_CONFIG_DIR + "/" + SHARE
if not os.path.exists(DOC):
DOC = BYOBU_PREFIX + '/share/doc/packages/' + PKG
if not os.path.exists(DOC): if not os.path.exists(DOC):
DOC = BYOBU_CONFIG_DIR + "/" + DOC DOC = BYOBU_CONFIG_DIR + "/" + DOC
DEF_ESC = "A" DEF_ESC = "A"