aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/quarto/files/patch-bin_quarto
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /textproc/quarto/files/patch-bin_quarto
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'textproc/quarto/files/patch-bin_quarto')
-rw-r--r--textproc/quarto/files/patch-bin_quarto8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/quarto/files/patch-bin_quarto b/textproc/quarto/files/patch-bin_quarto
index 1ccff059d483..3b233b3cfe72 100644
--- a/textproc/quarto/files/patch-bin_quarto
+++ b/textproc/quarto/files/patch-bin_quarto
@@ -1,4 +1,4 @@
---- bin/quarto.orig 2024-08-01 13:18:09 UTC
+--- bin/quarto.orig 2025-11-06 10:21:37 UTC
+++ bin/quarto
@@ -1,23 +1,7 @@
#!/usr/bin/env bash
@@ -21,12 +21,12 @@
-else
- SCRIPT_PATH="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
-fi
-+SCRIPT_PATH="%%SCRIPT_PATH%%"
-+ARCH_DIR="%%ARCH_DIR%%"
++SCRIPT_PATH="/usr/local/share/quarto/bin"
++ARCH_DIR="amd64"
# Check if we are running 'Dev Mode' and if so, override values for devs
SCRIPT_BASENAME=$(basename "$SCRIPT_PATH")
-@@ -141,14 +125,6 @@ else
+@@ -153,14 +137,6 @@ else
else
NIXARCH=$(uname -m)