]> git.pld-linux.org Git - packages/dict-idp.git/commitdiff
- cosmetics
authorTomasz Pala <gotar@pld-linux.org>
Sun, 17 Nov 2002 13:43:44 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-idp.spec -> 1.8

dict-idp.spec

index 6d57fe5746e941801e3f2c0e4ab9a1352780f7aa..dacc161619386156c7a14c1a2754b5869a02a8a9 100644 (file)
@@ -153,7 +153,7 @@ echo "Making %{dictionaries}"
 all_targets=""
 for x in *.txt ; do
        target=%{dictname}_`echo $x | cut -f1 -d.`
-       all_targets=$all_targets" "$target
+       all_targets="$all_targets $target"
        echo '%h 00-database-info' > $target
        echo '%d' >> $target
        grep '^#' $x >> $target
@@ -162,7 +162,7 @@ done
 
 for x in $all_targets ; do
        dictfmt -p -u "%{URL}" -s "Internet Dictionary Project" $x < $x
-       dictzip $x'.dict'
+       dictzip $x.dict
 done
 
 %install
This page took 0.066102 seconds and 4 git commands to generate.