mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
fixed help for openSUSE
This commit is contained in:
parent
8f5346e173
commit
94932060f0
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue