Skip to content

Commit f2b86f6

Browse files
committed
Drop "-Source" from name of source distribution
1 parent a87c221 commit f2b86f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

udunits2.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Download the source by browsing to the Unidata UDUNITS source repository at
228228
or by executing, for example, the following commands:
229229
@example
230230
cd C:\Users\@var{current_user}\Downloads
231-
curl -O https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-@value{VERSION}-Source.zip
231+
curl -O https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-@value{VERSION}.zip
232232
@end example
233233

234234
Unpack the distribution by opening the downloaded file and extracting the
@@ -239,7 +239,7 @@ before or after extraction.
239239

240240
Build and install the package using cmake(1). For example
241241
@example
242-
cd C:\Users\@var{current_user}\Downloads\udunits2-@value{VERSION}-Source
242+
cd C:\Users\@var{current_user}\Downloads\udunits2-@value{VERSION}
243243
mkdir build
244244
cd build
245245
cmake [-D CMAKE_INSTALL_PREFIX=@var{install_prefix}] ..

0 commit comments

Comments
 (0)