SPECS: inn.spec - oops, broken wc output
gotar
gotar at pld-linux.org
Thu Feb 12 15:35:33 CET 2009
Author: gotar Date: Thu Feb 12 14:35:33 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- oops, broken wc output
---- Files affected:
SPECS:
inn.spec (1.186 -> 1.187)
---- Diffs:
================================================================
Index: SPECS/inn.spec
diff -u SPECS/inn.spec:1.186 SPECS/inn.spec:1.187
--- SPECS/inn.spec:1.186 Thu Feb 12 15:31:38 2009
+++ SPECS/inn.spec Thu Feb 12 15:35:28 2009
@@ -366,7 +366,7 @@
chown news:news history
chmod 664 history
fi
-%{_bindir}/makedbz -s `wc -l history` -f history
+%{_bindir}/makedbz -s `wc -l < history` -f history
for i in dir hash index pag; do
[ -f history.n.$i ] && mv history.n.$i history.$i
done
@@ -634,6 +634,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.187 2009/02/12 14:35:28 gotar
+- oops, broken wc output
+
Revision 1.186 2009/02/12 14:31:38 gotar
- adjusted %post chmod to match %files section of %ghost files (history),
- removed active.times checking from %post (regular file from %files),
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/inn.spec?r1=1.186&r2=1.187&f=u
More information about the pld-cvs-commit
mailing list