LGTM. Will you merge? /Daniel
Den fre 4 feb. 2022 17:56 <hartmannat...@apache.org> skrev: > Author: hartmannathan > Date: Fri Feb 4 16:55:52 2022 > New Revision: 1897772 > > URL: http://svn.apache.org/viewvc?rev=1897772&view=rev > Log: > In site/staging, follow-up r1897742, r1897743 > > * package.html: > (#bigpoint): Rename #windows-cygwin link from "Cygwin" to > "Windows-Cygwin" > as the former was inconsistent with the section title and also was > throwing > off the alphabetical sort order. > (#windows-cygwin): Remove ".exe" extension from setup-x86 invocations for > consistency with Windows platform conventions and the adjacent > setup-x86_64 > invocation. > > Found by: dsahlberg > (extraneous .exe) > > > Modified: > subversion/site/staging/packages.html > > Modified: subversion/site/staging/packages.html > URL: > http://svn.apache.org/viewvc/subversion/site/staging/packages.html?rev=1897772&r1=1897771&r2=1897772&view=diff > > ============================================================================== > --- subversion/site/staging/packages.html (original) > +++ subversion/site/staging/packages.html Fri Feb 4 16:55:52 2022 > @@ -45,7 +45,7 @@ > <a href="#suse">SUSE Linux</a> | > <a href="#ubuntu">Ubuntu Linux</a> | > <a href="#windows">Windows</a> | > - <a href="#windows-cygwin">Cygwin</a></p> > + <a href="#windows-cygwin">Windows-Cygwin</a></p> > </div> <!-- .bigpoint --> > > <p>The Apache Subversion project <strong>does <em>not</em> officially > @@ -473,8 +473,8 @@ $ apt-get install libapache2-svn</pre> > <pre>$ setup-x86_64 (OPTIONS) -P subversion > $ setup-x86_64 (OPTIONS) -P subversion-httpd</pre> > <p>32-bit:</p> > - <pre>$ setup-x86.exe (OPTIONS) -P subversion > -$ setup-x86.exe (OPTIONS) -P subversion-httpd</pre> > + <pre>$ setup-x86 (OPTIONS) -P subversion > +$ setup-x86 (OPTIONS) -P subversion-httpd</pre> > </li> > </ul> > > > >