mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* usr/lib/byobu/include/config.py.in:
- fix help for openSUSE
This commit is contained in:
parent
365158b50f
commit
84c9863f88
2 changed files with 7 additions and 0 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Mon, 31 Aug 2015 13:32:38 -0500
|
||||
|
||||
byobu (5.97-0ubuntu1) wily; urgency=medium
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue