This is an automated email from the ASF dual-hosted git repository.
jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 9499803 The name of the tarball must == the resulting directory name
of the extraction
9499803 is described below
commit 9499803e11cf4dc597d1cb459e774e8261421c5d
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
(cherry picked from commit cdff27dd781b37b6c06e1506b69b8ec3978614b0)
---
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