diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-04-30 21:34:56 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-01 22:32:37 +0200 |
commit | 9f8399c32a7cf43fd9c4adc1328bbd17ba123ae0 (patch) | |
tree | 0aabf78a05025739a7c57ae2998b870924838b11 /package/tmux/tmux.mk | |
parent | 066359166fa9407382fd9ce40e002249dbdda9c7 (diff) | |
download | buildroot-9f8399c32a7cf43fd9c4adc1328bbd17ba123ae0.tar.gz buildroot-9f8399c32a7cf43fd9c4adc1328bbd17ba123ae0.zip |
package .mk files: use 80 # signs in header
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tmux/tmux.mk')
-rw-r--r-- | package/tmux/tmux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tmux/tmux.mk b/package/tmux/tmux.mk index 6288e0beba..055e97a75f 100644 --- a/package/tmux/tmux.mk +++ b/package/tmux/tmux.mk @@ -1,8 +1,8 @@ -############################################################################### +################################################################################ # # tmux # -############################################################################### +################################################################################ TMUX_VERSION = 1.9a TMUX_SITE = http://downloads.sourceforge.net/tmux |