This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cdff27d  The name of the tarball must == the resulting directory name 
of the extraction
cdff27d is described below

commit cdff27dd781b37b6c06e1506b69b8ec3978614b0
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Nov 23 07:37:34 2020 -0500

    The name of the tarball must == the resulting directory name of the 
extraction
---
 main/configure.ac    | 2 +-
 main/epm/makefile.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/configure.ac b/main/configure.ac
index 324cbaa..430b796 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -128,7 +128,7 @@ AC_ARG_WITH(epm,
 ],,)
 AC_ARG_WITH(epm-url,
 [  --with-epm-url=<URL>    Specify the location of downloadable epm source 
code. For example:
-                            https://github.com/jimjag/epm/archive/v5.0.0.tar.gz
+                            
https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz
                           Version 5.0.0 or later is required.
 ],[  EPM_URL="$withval"
 ])
diff --git a/main/epm/makefile.mk b/main/epm/makefile.mk
index cbe6b3d..ed141fa 100644
--- a/main/epm/makefile.mk
+++ b/main/epm/makefile.mk
@@ -41,7 +41,7 @@ TARGET=epm
 
 .IF "$(GUI)"=="UNX"
 
-TARFILE_NAME=v5.0.0
+TARFILE_NAME=epm-5.0.0
 TARFILE_MD5=8ce02a315807bd406b5de85ccf63e7fb
 
 CONFIGURE_ACTION=.$/configure

Reply via email to