Explorar el Código

speclint police: remove illegal indentation on preproc directives

Ralf S. Engelschall hace 23 años
padre
commit
6710ba65f8
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      procmail/procmail.spec

+ 6 - 6
procmail/procmail.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Mail
 License:      GPL
 Version:      3.22
-Release:      20030703
+Release:      20030707
 
 #   package options
 %option       with_fsl  yes
@@ -82,11 +82,11 @@ AutoReqProv:  no
         -e 's;\(#define.*ETCRC[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/procmailrc\2;' \
         -e 's;\(#define.*ETCRCS[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/\2;' \
         config.h
-    %if "%{with_fsl}" == "yes"
-        %{l_shtool} subst \
-            -e 's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \
-            src/includes.h
-    %endif
+%if "%{with_fsl}" == "yes"
+    %{l_shtool} subst \
+        -e 's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \
+        src/includes.h
+%endif
 
 %build
     ( unset LD_LIBRARY_PATH 2>/dev/null || true