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

remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 233385f400 Fix paths
233385f400 is described below

commit 233385f4008f90a2e2d2d9ca38101abbc0e05095
Author: remm <r...@apache.org>
AuthorDate: Tue Oct 24 16:56:17 2023 +0200

    Fix paths
---
 res/openssl/addlicense.sh       | 2 +-
 res/openssl/openssl-tomcat.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/openssl/addlicense.sh b/res/openssl/addlicense.sh
index 6349703675..4ab5e3894b 100755
--- a/res/openssl/addlicense.sh
+++ b/res/openssl/addlicense.sh
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-for generated in src/main/java/org/apache/tomcat/util/openssl/*.java; do
+for generated in ../../java/org/apache/tomcat/util/openssl/*.java; do
     cat license.header $generated >> $generated.$$
     mv $generated.$$ $generated
     echo Updated $generated
diff --git a/res/openssl/openssl-tomcat.conf b/res/openssl/openssl-tomcat.conf
index 5fab9dc305..9aabb7914b 100644
--- a/res/openssl/openssl-tomcat.conf
+++ b/res/openssl/openssl-tomcat.conf
@@ -18,7 +18,7 @@
 -lssl
 # Configure include path
 -I /usr/lib/gcc/x86_64-redhat-linux/12/include
---output src/main/java
+--output ../../java
 
 #### Extracted from: /usr/include/openssl/asn1.h
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to