Bob Mottram 7 anni fa
parent
commit
c6b7001cab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Vedi 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