Browse Source

npm version

Bob Mottram 7 years ago
parent
commit
c6b7001cab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

@@ -581,7 +581,7 @@ install_patchwork() {
581 581
             exit 8793636
582 582
         fi
583 583
         chroot "$rootdir" chmod +x /root/npm_install.sh
584
-        chroot "$rootdir" /root/npm_install.sh $NPM_VERSION
584
+        chroot "$rootdir" npm_install=$NPM_VERSION /root/npm_install.sh
585 585
     fi
586 586
 
587 587
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork