mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* configure.ac, README: LP: #861291
- configure should not change files under vcs control - compiling users need to ensure that BYOBU_PREFIX is set in their environment
This commit is contained in:
parent
6122bf9d8b
commit
fc9ceba7e7
3 changed files with 7 additions and 11 deletions
5
README
5
README
|
@ -21,8 +21,9 @@ install locally, using the following instructions...
|
||||||
make
|
make
|
||||||
5) Install:
|
5) Install:
|
||||||
make install
|
make install
|
||||||
6) Update your PATH environment variable
|
6) Update your PATH and BYOBU_PREFIX environment variables
|
||||||
echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
|
echo "export BYOBU_PREFIX=$HOME/byobu" >> $HOME/.bashrc
|
||||||
|
echo "export PATH=$BYOBU_PREFIX/bin:$PATH" >> $HOME/.bashrc
|
||||||
. $HOME/.bashrc
|
. $HOME/.bashrc
|
||||||
7) Run:
|
7) Run:
|
||||||
byobu
|
byobu
|
||||||
|
|
|
@ -29,12 +29,3 @@ AC_OUTPUT(Makefile \
|
||||||
usr/share/doc/byobu/Makefile \
|
usr/share/doc/byobu/Makefile \
|
||||||
usr/lib/byobu/Makefile \
|
usr/lib/byobu/Makefile \
|
||||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||||
|
|
||||||
if test -n "${prefix}" && test "${prefix}" != "/usr"; then
|
|
||||||
for i in usr/bin/byobu*; do
|
|
||||||
# This hackery seems necessary for Mac OSX and Solaris installs
|
|
||||||
sed -e "s:BYOBU_PREFIX=.*:BYOBU_PREFIX=\"${prefix}\":" "$i" > "$i.new"
|
|
||||||
mv -f "$i.new" "$i"
|
|
||||||
chmod 755 "$i"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -9,6 +9,10 @@ byobu (4.43) unreleased; urgency=low
|
||||||
- fix select session to obey BYOBU_BACKEND
|
- fix select session to obey BYOBU_BACKEND
|
||||||
* configure.ac, usr/bin/Makefile.am: LP: #869377
|
* configure.ac, usr/bin/Makefile.am: LP: #869377
|
||||||
- provide byobu-tmux and byobu-screen symlinks
|
- provide byobu-tmux and byobu-screen symlinks
|
||||||
|
* configure.ac, README: LP: #861291
|
||||||
|
- configure should not change files under vcs control
|
||||||
|
- compiling users need to ensure that BYOBU_PREFIX is set in
|
||||||
|
their environment
|
||||||
|
|
||||||
[ Daniel Hahler ]
|
[ Daniel Hahler ]
|
||||||
* usr/bin/byobu, usr/bin/byobu-launcher-install, usr/bin/byobu-
|
* usr/bin/byobu, usr/bin/byobu-launcher-install, usr/bin/byobu-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue