瀏覽代碼

style cleanup

Ralf S. Engelschall 24 年之前
父節點
當前提交
63cdf2cd44
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      tomcat/tomcat.spec

+ 5 - 3
tomcat/tomcat.spec

@@ -69,13 +69,15 @@ AutoReqProv:  no
 
 
     #   unpack vendor distribution and relocate to final location
     #   unpack vendor distribution and relocate to final location
     %{l_prefix}/bin/tar -cf - --exclude lib/test \
     %{l_prefix}/bin/tar -cf - --exclude lib/test \
-        bin/*.sh bin/ant bin/antRun conf lib src webapps \
-        | ( umask 022; cd $RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat/; \
+        bin/*.sh bin/ant bin/antRun conf lib src webapps |\
+    (   umask 022; \
+        cd $RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat/; \
         %{l_prefix}/bin/tar -xf - )
         %{l_prefix}/bin/tar -xf - )
 
 
     #   patch vendor distribution
     #   patch vendor distribution
     (   cd $RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat
     (   cd $RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat
-        %{l_rpmtool} subst 's;@l_prefix@;%{l_prefix};g' \
+        %{l_rpmtool} subst \
+            's;@l_prefix@;%{l_prefix};g' \
             -- %{SOURCE tomcat.patch}
             -- %{SOURCE tomcat.patch}
         %{l_prefix}/bin/patch -p0 < %{SOURCE tomcat.patch}
         %{l_prefix}/bin/patch -p0 < %{SOURCE tomcat.patch}
     )
     )