From 292a4badde1c30414bba2c56c818bc0f9224d3f7 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Sat, 1 Feb 2025 22:12:50 +0000 Subject: [PATCH] [fix] --- .gitea/workflows/trigger/release | 2 +- scripts/add-to-custom.xq | 4 ++++ scripts/install.bxs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 scripts/add-to-custom.xq diff --git a/.gitea/workflows/trigger/release b/.gitea/workflows/trigger/release index 365f5cd..34137be 100644 --- a/.gitea/workflows/trigger/release +++ b/.gitea/workflows/trigger/release @@ -1,2 +1,2 @@ 30/1/2025................. -.. \ No newline at end of file +..l \ No newline at end of file diff --git a/scripts/add-to-custom.xq b/scripts/add-to-custom.xq new file mode 100644 index 0000000..5125a17 --- /dev/null +++ b/scripts/add-to-custom.xq @@ -0,0 +1,4 @@ +file:copy("dist/pdfbox-3.0.4.fat.jar","/usr/local/basex/lib/custom/"), +" +copy.. +" \ No newline at end of file diff --git a/scripts/install.bxs b/scripts/install.bxs index 4a9f8d0..5cf1bfb 100644 --- a/scripts/install.bxs +++ b/scripts/install.bxs @@ -2,5 +2,5 @@ XQUERY trace("Hello") RUN make-fat-jar.xq REPO INSTALL dist/pdfbox-3.0.4.fat.jar -XQUERY file:copy("dist/pdfbox-3.0.4.fat.jar","/usr/local/basex/lib/custom/") +RUN add-to-custom.xq TEST src/test