mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -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 \
|
||||
etc/byobu/Makefile \
|
||||
etc/update-motd.d/Makefile \
|
||||
usr/share/applications/Makefile \
|
||||
usr/share/byobu/ec2/Makefile \
|
||||
usr/share/byobu/keybindings/Makefile \
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
if [ ! -e /etc/profile.d/Z98-byobu.sh ]; then
|
||||
cat <<EOF
|
||||
|
||||
For a superior command line experience, enable our text-based window manger:
|
||||
byobu-enable
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue