diff --git a/configure.ac b/configure.ac index 3bad2dea..ced18bf4 100644 --- a/configure.ac +++ b/configure.ac @@ -29,9 +29,9 @@ AC_OUTPUT(Makefile \ usr/share/man/man1/Makefile usr/bin/Makefile) if test -n "${prefix}" && test "${prefix}" != "/usr"; then - for i in usr/bin/byobu-*; do + for i in usr/bin/byobu*; do # This hackery seems necessary for Mac OSX and Solaris installs - sed "s/BYOBU_PREFIX=.*$/BYOBU_PREFIX=\"${prefix}\"/" "$i" > "$i.new" + sed -e "s:BYOBU_PREFIX=.*:BYOBU_PREFIX=\"${prefix}\":" "$i" > "$i.new" mv -f "$i.new" "$i" chmod 755 "$i" done diff --git a/debian/changelog b/debian/changelog index a33bebf2..17901519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -byobu (3.3) unreleased; urgency=low - - * UNRELEASED - - -- Dustin Kirkland Mon, 23 Aug 2010 17:34:42 -0400 - byobu (3.2-0ubuntu1) maverick; urgency=low * usr/share/byobu/keybindings/f-keys: resize the screen as part of the @@ -17,7 +11,7 @@ byobu (3.2-0ubuntu1) maverick; urgency=low * usr/bin/byobu-janitor: fix upgrades where one's window list might have motd+shell, LP: #589715 - -- Dustin Kirkland Mon, 23 Aug 2010 17:34:33 -0400 + -- Dustin Kirkland Mon, 23 Aug 2010 17:52:21 -0400 byobu (3.1-0ubuntu1) maverick; urgency=low