[packages/adapter: 441/631] gawk always now
glen
glen at pld-linux.org
Mon Sep 12 20:11:24 CEST 2016
commit 807339c5ce6302d7863ab5dffeac8eda8b1f9179
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Mar 3 17:32:30 2009 +0000
gawk always now
Changed files:
adapter.sh -> 1.36
adapter.sh | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/adapter.sh b/adapter.sh
index 8acc57c..47c0af7 100644
--- a/adapter.sh
+++ b/adapter.sh
@@ -207,11 +207,7 @@ import_rpm_macros() {
adapterize() {
local workdir
workdir=$(mktemp -d ${TMPDIR:-/tmp}/adapter-XXXXXX) || exit
- if grep -q '\.UTF-8' $SPECFILE; then
- awk=gawk
- else
- awk=awk
- fi
+ awk=gawk
local tmp=$workdir/$(basename $SPECFILE) || exit
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list