mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157
This commit is contained in:
parent
4844814b82
commit
ce6e3c7361
2 changed files with 5 additions and 0 deletions
|
@ -27,3 +27,7 @@ AC_OUTPUT(Makefile \
|
|||
usr/share/doc/byobu/Makefile \
|
||||
usr/lib/byobu/Makefile \
|
||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
||||
if [ -n "${prefix}" ] && [ "${prefix}" != "/usr"]; then
|
||||
sed -i "s: && export BYOBU_PREFIX=\"/usr\": && export BYOBU_PREFIX=\"${prefix}\":g" usr/bin/byobu-janitor usr/bin/byobu-launcher usr/bin/byobu-select-profile usr/bin/byobu-status usr/bin/byobu
|
||||
fi
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -36,6 +36,7 @@ byobu (3.0-0ubuntu1) maverick; urgency=low
|
|||
* usr/share/applications/byobu.desktop: fix lintian warning about encoding
|
||||
key
|
||||
* debian/source/format: added
|
||||
* configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Aug 2010 18:54:32 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue