From a1fcdea110ada413e633dd085c22bb01a233ba04 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 11 Jul 2017 07:43:07 +0000 Subject: [PATCH] Node.js is a special case for VERSION --- pkgmngt/packInstall.sh.porg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 165f5b9..758a9db 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -50,7 +50,7 @@ case $1 in cacerts*) VERSION=0.1 ;; - btrfs*) + btrfs*|node*) VERSION=$(echo $1 | sed 's/^.*v//') ;; *)