]> git.pld-linux.org Git - packages/adapter.git/commitdiff
kill tabs in %package line
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Feb 2014 10:28:35 +0000 (12:28 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Feb 2014 10:28:35 +0000 (12:28 +0200)
adapter.awk

index 3c694fcb758f669a6dc44fc3fda357e6328d42dd..a1d59aedf06b96fdedd6a5925dc46a2aad54764c 100644 (file)
@@ -255,6 +255,11 @@ function b_makekey(a, b,   s) {
        next
 }
 
+# %package part
+/^%package/, (!/^%package/ && $0 ~ SECTIONS) {
+       gsub(/\t/, " ");
+}
+
 ################
 # %description #
 ################
This page took 0.096488 seconds and 4 git commands to generate.