configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157

This commit is contained in:
Dustin Kirkland 2010-08-02 19:41:45 -04:00
commit ce6e3c7361
2 changed files with 5 additions and 0 deletions

View file

@ -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
View file

@ -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