]> git.pld-linux.org Git - packages/inn.git/commitdiff
- oops, broken wc output
authorTomasz Pala <gotar@pld-linux.org>
Thu, 12 Feb 2009 14:35:28 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn.spec -> 1.187

inn.spec

index 863f41b571e4f6931460c53d731d53674d0ce6a5..253c5d1c9d4420f4852ecba8d443563213345e52 100644 (file)
--- a/inn.spec
+++ b/inn.spec
@@ -365,7 +365,7 @@ if [ ! -f /var/lib/news/history ]; then
        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
This page took 0.05443 seconds and 4 git commands to generate.