]> git.pld-linux.org Git - packages/pldconf.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Sun, 31 Oct 2004 21:53:11 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- formatting

Changed files:
    pldconf.spec -> 1.50

pldconf.spec

index d78dc786cb6bc4ba1d81cca6eb5c654a5507e7ea..0111dba64ef734ca7434174873c040d93f072546 100644 (file)
@@ -44,12 +44,11 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/%{name},%{_pcdatadir},%{_de
 
 find . | while read file
 do
-    if [ -f $file ]
-    then
-       cat $file | \
-               sed 's@/etc@%{_sysconfdir}@' | \
-               sed 's@/usr/bin@%{_bindir}@' > tmp ; mv tmp $file
-    fi
+       if [ -f $file ]; then
+               cat $file | \
+                       sed 's@/etc@%{_sysconfdir}@' | \
+                       sed 's@/usr/bin@%{_bindir}@' > tmp ; mv tmp $file
+       fi
 done
 
 install pldconf $RPM_BUILD_ROOT%{_bindir}
This page took 0.042021 seconds and 4 git commands to generate.