[packages/adapter: 53/631] - default text width: 70 (otherwise descriptions won't fit in installator description window)
glen
glen at pld-linux.org
Mon Sep 12 19:38:54 CEST 2016
commit f844ce996528ca522594ea7fb0c3c53cf1eff00a
Author: Sebastian Zagrodzki <sebek at zagrodzki.net>
Date: Tue May 16 17:20:34 2000 +0000
- default text width: 70 (otherwise descriptions won't fit in installator
description window)
Changed files:
adapter.awk -> 1.53
adapter.awk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 66a6d70..f40312e 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -15,7 +15,7 @@ BEGIN {
preamble = 1 # Is it part of preamble? Default - yes
boc = 2 # Beggining of %changelog
bod = 0 # Beggining of %description
- tw = 75 # Descriptions width
+ tw = 70 # Descriptions width
# File with rpm groups
"rpm --eval %_topdir" | getline groups_file
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list