From 94932060f01baf861f2ab2210a2f8237d396aa8d Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Fri, 9 Oct 2015 18:19:39 +0300 Subject: [PATCH] fixed help for openSUSE --- usr/lib/byobu/include/config.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/byobu/include/config.py.in b/usr/lib/byobu/include/config.py.in index fb0a17c6..1d5d14fc 100755 --- a/usr/lib/byobu/include/config.py.in +++ b/usr/lib/byobu/include/config.py.in @@ -57,6 +57,8 @@ SHARE = BYOBU_PREFIX + '/share/' + PKG DOC = BYOBU_PREFIX + '/share/doc/' + PKG if not os.path.exists(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): DOC = BYOBU_CONFIG_DIR + "/" + DOC DEF_ESC = "A"