about summary refs log tree commit diff
path: root/pkgs/applications/editors/pulsar/001-patch-wrapper.patch
blob: 2270ad3c8aea879f27ea93543b62461bdab75f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/resources/pulsar.sh	2023-03-16 04:11:14.000000000 +0100
+++ b/resources/pulsar.sh	2023-03-24 14:37:13.468813964 +0100
@@ -123,7 +123,7 @@
 elif [ $OS == 'Linux' ]; then
   SCRIPT=$(readlink -f "$0")
 
-  PULSAR_PATH="/opt/Pulsar/pulsar"
+  # PULSAR_PATH is set-up via `wrapProgram` in the postFixup phase
 
   #Set tmpdir only if tmpdir is unset
   : ${TMPDIR:=/tmp}