Skip to content

Commit

Permalink
Merge branch 'no_depend_on_node_version'
Browse files Browse the repository at this point in the history
* no_depend_on_node_version:
  NodeJSのVersionがbuild時のpathに入っていたため依存しないように修正
  • Loading branch information
mnakada committed Dec 17, 2021
2 parents c7b42fd + ff6c1cd commit 47ccbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/build_all
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mips-linux-uclibc-gnu-gcc -fPIC -shared -o $ROOTFS/lib/modules/libcallback.so fi
cp /src/configs/atomhack.ver $ROOTFS/etc

# build webpage
PATH=$PATH:/root/.nvm/versions/node/v16.11.1/bin
. /root/.nvm/nvm.sh
cp -pr /src/web /openmiko/build/buildroot-2016.02/output
cd /openmiko/build/buildroot-2016.02/output/web
npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/rebuild_rootfs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mips-linux-uclibc-gnu-gcc -fPIC -shared -o $ROOTFS/lib/modules/libcallback.so fi
cp /src/configs/atomhack.ver $ROOTFS/etc

# build webpage
PATH=$PATH:/root/.nvm/versions/node/v16.11.1/bin
. /root/.nvm/nvm.sh
cp -pr /src/web /openmiko/build/buildroot-2016.02/output
cd /openmiko/build/buildroot-2016.02/output/web
npm install -g npm
Expand Down

0 comments on commit 47ccbc1

Please sign in to comment.