diff options
author | nia <nia@pkgsrc.org> | 2021-09-09 11:14:31 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-09 11:14:31 +0000 |
commit | 2847feb9497d97b122505b1655a8c1fc707a6ed1 (patch) | |
tree | 50bc41208a18e0e88f87dba2eab060d932ac4f41 /www/firefox91 | |
parent | b4925fdb0cd9a6f3c757a088fe3fd93da9f53b24 (diff) | |
download | pkgsrc-2847feb9497d97b122505b1655a8c1fc707a6ed1.tar.gz |
firefox91: add missing file
Diffstat (limited to 'www/firefox91')
-rwxr-xr-x | www/firefox91/files/node-wrapper.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/firefox91/files/node-wrapper.sh b/www/firefox91/files/node-wrapper.sh new file mode 100755 index 00000000000..44a39e815ba --- /dev/null +++ b/www/firefox91/files/node-wrapper.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +VERS=v14.17.4 + +if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then + printf "${VERS}\n" +fi + +exit 0 |