]> git.pld-linux.org Git - packages/atsar.git/commitdiff
- added semicolons in for loops
authorzbyniu <zbyniu@pld-linux.org>
Sat, 28 May 2005 00:04:19 +0000 (00:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atsar.spec -> 1.15

atsar.spec

index 990cb17e3e5388d43e337d10ea1e9201b5ee0252..0df0a27e4dc952a22fcf2381d29feea0a7297820 100644 (file)
@@ -41,7 +41,7 @@ wykorzystaniu procesora, dysk
 %patch -p1
 
 %build
-for r in atsar atsadc \*.o do
+for r in atsar atsadc \*.o ;do
        find -iname $r -exec rm -v {} \;
 done
 %{__make}
@@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/var/log/atsar} \
        $RPM_BUILD_ROOT/etc/{rc.d/init.d,cron.d}
 
-for s in scripts/atsa1 atsar_linux.conf do
+for s in scripts/atsa1 atsar_linux.conf ;do
        cat $s | sed -e 's|usr/local/bin|%{_bindir}|g' > sed.$$
        mv -f sed.$$ $s
 done
This page took 0.039181 seconds and 4 git commands to generate.