From 84c9863f88d8f0c9476dbb6ed6bf3a9072ed94e2 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 16 Oct 2015 14:29:10 -0500 Subject: [PATCH] * usr/lib/byobu/include/config.py.in: - fix help for openSUSE --- debian/changelog | 5 +++++ usr/lib/byobu/include/config.py.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3b5853b7..b1528fcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ byobu (5.98) unreleased; urgency=medium + [ Dustin Kirkland ] * usr/bin/vigpg: - specify stdin for input file * usr/bin/vigpg: - get vigpg working with the new release of gpg in wily - clean up encrypted copies of the file + [ Roman Inflianskas ] + * usr/lib/byobu/include/config.py.in: + - fix help for openSUSE + -- Dustin Kirkland Mon, 31 Aug 2015 13:32:38 -0500 byobu (5.97-0ubuntu1) wily; urgency=medium 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"