mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 13:33:23 -07:00
add to configure
This commit is contained in:
parent
8014151eb4
commit
5f15bbcd1e
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ AM_INIT_AUTOMAKE(byobu, 3.0)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile \
|
AC_OUTPUT(Makefile \
|
||||||
etc/byobu/Makefile \
|
etc/byobu/Makefile \
|
||||||
|
etc/update-motd.d/Makefile \
|
||||||
usr/share/applications/Makefile \
|
usr/share/applications/Makefile \
|
||||||
usr/share/byobu/ec2/Makefile \
|
usr/share/byobu/ec2/Makefile \
|
||||||
usr/share/byobu/keybindings/Makefile \
|
usr/share/byobu/keybindings/Makefile \
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
if [ ! -e /etc/profile.d/Z98-byobu.sh ]; then
|
if [ ! -e /etc/profile.d/Z98-byobu.sh ]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
For a superior command line experience, enable our text-based window manger:
|
For a superior command line experience, enable our text-based window manger:
|
||||||
byobu-enable
|
byobu-enable
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue