pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/thunderbird/files
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 7 22:47:10 UTC 2024
Added Files:
pkgsrc/mail/thunderbird/files: node-wrapper.sh
Log Message:
thunderbird: blindly add firefox's node-wrapper.sh script
in the hope it fixes the build
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/thunderbird/files/node-wrapper.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/mail/thunderbird/files/node-wrapper.sh
diff -u /dev/null pkgsrc/mail/thunderbird/files/node-wrapper.sh:1.1
--- /dev/null Mon Oct 7 22:47:10 2024
+++ pkgsrc/mail/thunderbird/files/node-wrapper.sh Mon Oct 7 22:47:10 2024
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+VERS=v22.7.0
+
+if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
+ printf "${VERS}\n"
+fi
+
+exit 0
Home |
Main Index |
Thread Index |
Old Index