diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:30 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 22:30:24 +0200 |
commit | 8dfd59d1144b3a1a230da7a81743f145363e0708 (patch) | |
tree | 49acc1cbbc803e37dada8119f738dd5838d69f60 /package/x11r7/xkeyboard-config | |
parent | f2c2f25cef00d153dd60e60a4c8def826567d0b6 (diff) | |
download | buildroot-novena-8dfd59d1144b3a1a230da7a81743f145363e0708.tar.gz buildroot-novena-8dfd59d1144b3a1a230da7a81743f145363e0708.zip |
Normalize separator size to 80
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xkeyboard-config')
-rw-r--r-- | package/x11r7/xkeyboard-config/xkeyboard-config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk index 275ceef49..0451d154d 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # xkeyboard-config # -############################################################# +################################################################################ XKEYBOARD_CONFIG_VERSION = 2.6 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2 |