File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 "author" : " Jesús Leganés Combarro 'piranna' <piranna@gmail.com>" ,
1616 "license" : " MIT" ,
1717 "dependencies" : {
18- "exclfs" : " ^0.0.3 " ,
18+ "exclfs" : " piranna/exclfs " ,
1919 "jocker" : " ^0.0.0" ,
20- "libfuse" : " ^2.9.7 " ,
20+ "libfuse" : " ^2.9.8-0 " ,
2121 "nodeos-boot-multiUser" : " ^0.4.1" ,
2222 "nodeos-cross-toolchain" : " ^1.0.0-RC3" ,
2323 "usrbinenv" : " ^0.1.0"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ SRC_FUSE=`node -p "require('libfuse')"`
4040
4141(
4242 cd $SRC_FUSE
43- BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit 11
44- # BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit 11
43+ # BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm run build || exit 11
44+ BITS=$BITS CPU=$CPU MACHINE=$MACHINE npm install --production || exit 11
4545) || err $?
4646
4747
@@ -59,8 +59,9 @@ if [[ ! -d $STEP_DIR ]]; then
5959 #
6060 # Install FUSE
6161 #
62+ SRC_FUSE=$SRC_FUSE /out/$CPU
6263
63- eval " $NPMi " -g exclfs \
64+ eval " $NPMi " -g piranna/ exclfs \
6465 --fuse__include_dirs=$SRC_FUSE /include/fuse \
6566 --fuse__library_dirs=$SRC_FUSE /lib \
6667 --fuse__libraries=-lfuse || err 20
You can’t perform that action at this time.
0 commit comments